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