소스 검색

Merge pull request #1181 from igorw/patch-1

Minor docs nitpick
Jordi Boggiano 12 년 전
부모
커밋
3257cade09
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.