Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

Commit

Permalink
Update architecture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Jan 12, 2017
1 parent 0e85ec2 commit b59da9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ If there is an error during steps' execution, a comment is delivered explaining

* **Interaction with the Github API**:

For communication with the Github API, the librari [jcabi-github](https://github.com/jcabi/jcabi-github) is used.
This library encapsulates are the HTTP calls to the API and provides very good abstractions and a convenient fluency in method calls.
For communication with the Github API, the library [jcabi-github](https://github.com/jcabi/jcabi-github) is used.
This library encapsulates all the HTTP calls made to the API and provides very good abstractions and a convenient fluency in method calls.

Also, the library provides a mock implementation of the Github API, which is used when unit testing the code (in order to avoid calling the
Also, the library provides a **mock implementation of the Github API**, which is **used when unit testing** the code (in order to avoid calling the
real API at each unit test run).
* **More languages**:

Expand Down

0 comments on commit b59da9d

Please sign in to comment.