Fix typos

This commit is contained in:
Jim Tittsler 2016-07-18 14:55:45 +09:00
parent c13db04f6d
commit d2f51fccb9
2 changed files with 6 additions and 6 deletions

View file

@ -77,7 +77,7 @@ ok github.com/containous/traefik 0.005s coverage: 4.1% of statements
Test success
```
For development purpose, you can specifiy which tests to run by using:
For development purposes, you can specify which tests to run by using:
```
# Run every tests in the MyTest suite
TESTFLAGS="-check.f MyTestSuite" make test-integration
@ -113,7 +113,7 @@ Then install mkdocs with pip
$ pip install mkdocs
```
To test documentaion localy run `mkdocs serve` in the root directory, this should start a server localy to preview your changes.
To test documentation locally run `mkdocs serve` in the root directory, this should start a server locally to preview your changes.
```
$ mkdocs serve