From 1939407c77b5efb407891062e6645958354029bd Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Thu, 4 Oct 2012 18:05:27 +0300 Subject: [PATCH] Minor docs nitpick --- doc/02-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/02-libraries.md b/doc/02-libraries.md index ac51a35c9..6a765eb02 100644 --- a/doc/02-libraries.md +++ b/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 -> **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 > dist (i.e. tagged releases) for now.