docs(auth): fix auth bash typo (#31124)
This commit is contained in:
parent
2c6fd722dd
commit
baecdfd938
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue