diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md index 113b253169..c4434d60f5 100644 --- a/docs/src/release-notes-js.md +++ b/docs/src/release-notes-js.md @@ -8,9 +8,15 @@ import LiteYouTube from '@site/src/components/LiteYouTube'; ## Version 1.46 + + + ### TLS Client Certificates -Playwright now allows to supply client-side certificates, so that server can verify them, as specified by TLS Client Authentication. +Playwright now allows you to supply client-side certificates, so that server can verify them, as specified by TLS Client Authentication. The following snippet sets up a client certificate for `https://example.com`: