Minor (non-quote) grammar/spelling fixes

This commit is contained in:
dansmith
2013-07-15 15:32:35 +01:00
parent dcb2d68db4
commit ca1835615a
10 changed files with 14 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ isChild: true
## PEAR {#pear_title}
Another veteran package manager that many PHP developers enjoy is [PEAR][1]. It behaves much the same way as Composer,
but has some noteable differences.
but has some notable differences.
PEAR requires each package to have a specific structure, which means that the author of the package must prepare it
for usage with PEAR. Using a project which was not prepared to work with PEAR is not possible.
@@ -19,8 +19,8 @@ if version conflicts between two projects arise.
You can install PEAR by downloading the phar installer and executing it. The PEAR documentation has detailed
[install instructions][2] for every operating system.
If you are using Linux, you can also have a look at your distribution package manager. Debian and Ubuntu for example
have a apt ``php-pear`` package.
If you are using Linux, you can also have a look at your distribution package manager. Debian and Ubuntu, for example,
have an apt ``php-pear`` package.
### How to install a package