Skip to content

Commit

Permalink
Fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnegara committed Feb 22, 2019
1 parent 9d75b95 commit 90d33b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Improvements

- Added basic access authentication (all methods except of /info)
- Incresed unit tests coverage
- Added basic access authentication (all methods except /info)
- Increased unit tests coverage
- Travis CI for merge requests: unit tests executed, code style checking

## v0.3.2
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To run the unit test suite:
python tests\runtests.py
```

Alternatevly you can run unit tests to collect code coverage data. First
Alternatively you can run unit tests to collect code coverage data. First
install `pytest`:

```sh
Expand Down

0 comments on commit 90d33b2

Please sign in to comment.