Explorar o código

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

DricomDragon %!s(int64=5) %!d(string=hai) anos
pai
achega
8ae3df7817
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 :
 ```