Przeglądaj źródła

Fix typo 'Commande vim' -> 'Vim command'

DricomDragon 5 lat temu
rodzic
commit
8ae3df7817
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Guides/ics-vim.md

+ 1 - 1
Guides/ics-vim.md

@@ -8,7 +8,7 @@ Vim command : `:%s/^ - DESCRIPTION : .*\n//c`
 
 ## Remove unescaped \n
 
-Commande vim : `:%s/\\n//g`
+Vim command : `:%s/\\n//g`
 
 Before :
 ```