From 63413498c5a73cd1aa0d9207cca84aa1dd436271 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 3 Mar 2021 10:00:07 -0800 Subject: [PATCH] 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 ( ` ) --- _articles/importing/import-from-lastpass.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_articles/importing/import-from-lastpass.md b/_articles/importing/import-from-lastpass.md index d0f9e031..bf6ee699 100644 --- a/_articles/importing/import-from-lastpass.md +++ b/_articles/importing/import-from-lastpass.md @@ -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 ```