浏览代码

Fixed a typo in gitignore.

Piotrek Koszuliński 11 年之前
父节点
当前提交
058a4e57a4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -4,7 +4,7 @@
 #
 # Be sure to append /** to folders to have everything inside them ignored.
 
-# All "dot directoties".
+# All "dot directories".
 .*/**
 
 node_modules/**