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