Browse Source

Minor docs nitpick

Igor Wiedler 12 years ago
parent
commit
1939407c77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/02-libraries.md

+ 1 - 1
doc/02-libraries.md

@@ -117,7 +117,7 @@ Test it by inspecting the zip file generated manually:
 
 
     git archive branchName --format zip -o file.zip
     git archive branchName --format zip -o file.zip
 
 
-> **Note:** files would be still tracked by git just not included in the
+> **Note:** Files would be still tracked by git just not included in the
 > distribution. This will only work for GitHub packages installed from
 > distribution. This will only work for GitHub packages installed from
 > dist (i.e. tagged releases) for now.
 > dist (i.e. tagged releases) for now.