Selaa lähdekoodia

Fix typo of Composer name

rugk 10 vuotta sitten
vanhempi
sitoutus
c6af0ebfce
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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/*/*/*.*