Browse Source

Fix typo of Composer name

rugk 10 năm trước cách đây
mục cha
commit
c6af0ebfce
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -5,7 +5,7 @@
 # Ignore data/
 data/
 
-# Ignore vendor dir of Compser except PHP files
+# Ignore vendor dir of Composer except PHP files
 vendor/*.*
 vendor/*/*.*
 vendor/*/*/*.*