1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

Remove typo (back quote) (#456)

https://bitwarden.com/help/article/import-from-lastpass/

last line:
```
https://github.com/login,test,test,,,Github,0`
```

should be
```
https://github.com/login,test,test,,,Github,0
```

without trailing back quote ( ` )
This commit is contained in:
John
2021-03-03 10:00:07 -08:00
committed by GitHub
parent 336e666357
commit 63413498c5

View File

@@ -113,5 +113,5 @@ https://github.com/login,login,password,,,Github,Productivity Tools,0
```
down to:
```
https://github.com/login,test,test,,,Github,0`
https://github.com/login,test,test,,,Github,0
```