Skip to content

Commit

Permalink
Fix a typo, minor grammar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Diefenbach committed Feb 2, 2018
1 parent 97003f8 commit d6dc0e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ It's important that given a project configuration, two checkouts of the
configuration in the same environment (operating system, Python
version) should produce the same result, regardless of their history.

For example, is someone has been working on a project for a long time,
For example, if someone has been working on a project for a long time,
and has committed their changes to a version control system, they
should be able tell a colleague to check out their project and run
buildout and the resulting build should have the same result as the
Expand All @@ -34,7 +34,7 @@ build in the original working area.
Componentization
================

We believe that software should be self contained, or at least, that
We believe that software should be self-contained, or at least, that
it should be possible. The tools for satisfying the software
responsibilities should largely reside within the software project
itself.
Expand All @@ -58,7 +58,7 @@ Automation
==========

Software deployment should be highly automated. It should be possible
to checkout a project and with a single simple command (or two), get a
to checkout a project with a single simple command (or two) and get a
working system. This is necessary to achieve the goals of
repeatability and componentization and generally not to waste people's
time.
Expand Down

0 comments on commit d6dc0e0

Please sign in to comment.