Przeglądaj źródła

Fix typo of Composer name

rugk 10 lat temu
rodzic
commit
c6af0ebfce
1 zmienionych plików z 1 dodań i 1 usunięć
  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/*/*/*.*