浏览代码

Merge pull request #1821 from myqlarson/patch-1

Update 02-libraries.md: typo
Jordi Boggiano 12 年之前
父节点
当前提交
87f90c88f2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/02-libraries.md

+ 1 - 1
doc/02-libraries.md

@@ -124,7 +124,7 @@ Once you have a vcs repository (version control system, e.g. git) containing a
 example we will publish the `acme/hello-world` library on GitHub under
 `github.com/acme/hello-world`.
 
-Now, To test installing the `acme/hello-world` package, we create a new
+Now, to test installing the `acme/hello-world` package, we create a new
 project locally. We will call it `acme/blog`. This blog will depend on
 `acme/hello-world`, which in turn depends on `monolog/monolog`. We can
 accomplish this by creating a new `blog` directory somewhere, containing a