Skip to content

Commit 74f1d4b

Browse files
authored
Merge pull request #42 from saraf/master
Fixed some trivial grammar issues
2 parents 634a3c5 + 4c08704 commit 74f1d4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ CppUTest's core design principles are:
1919

2020
*Linux*
2121

22-
There is an Debian and Ubuntu package available for CppUTest. This is by far the easiest way to install it, via:
22+
There is a Debian and an Ubuntu package available for CppUTest. This is by far the easiest way to install it, via:
2323

2424
{% highlight bash %}
2525
$ apt-get install cpputest
@@ -52,7 +52,7 @@ Or clone it via ssh (which requires a github account)
5252
$ git clone git@github.com:cpputest/cpputest.git
5353
{% endhighlight %}
5454

55-
After you cloned CppUTest, you can build it with your favorite build tool (CMake or autoconf).
55+
After you have cloned CppUTest, you can build it with your favorite build tool (CMake or autoconf).
5656

5757
Building with autoconf requires you to (this requires you to have installed GNU autotools, apt-get/brew install automake autoconf libtool):
5858

@@ -81,7 +81,7 @@ $ cmake ..
8181
$ make
8282
{% endhighlight %}
8383

84-
For Windows users, the above work with cygwin. There are also several MS VC++ projects available.
84+
For Windows users, the above will work with cygwin. There are also several MS VC++ projects available.
8585

8686
## Where to find more information
8787

0 commit comments

Comments
 (0)