From baecdfd9389298a64afe15ff9a6c6ad09f0c09ea Mon Sep 17 00:00:00 2001 From: ggorlen Date: Mon, 3 Jun 2024 03:50:37 -0700 Subject: [PATCH] docs(auth): fix auth bash typo (#31124) --- docs/src/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/auth.md b/docs/src/auth.md index 6c26e6b1a3..c008771a5c 100644 --- a/docs/src/auth.md +++ b/docs/src/auth.md @@ -15,7 +15,7 @@ We recommend to create `playwright/.auth` directory and add it to your `.gitigno ```bash tab=bash-bash mkdir -p playwright/.auth -echo "\nplaywright/.auth" >> .gitignore +echo $'\nplaywright/.auth' >> .gitignore ``` ```batch tab=bash-batch