浏览代码

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

DricomDragon 5 年之前
父节点
当前提交
8ae3df7817
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 :
 ```