Quellcode durchsuchen

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

DricomDragon vor 5 Jahren
Ursprung
Commit
8ae3df7817
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 :
 ```