docs(auth): fix auth bash typo (#31124)

This commit is contained in:
ggorlen 2024-06-03 03:50:37 -07:00 committed by GitHub
parent 2c6fd722dd
commit baecdfd938
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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