Corrects minor typos in the documentation (#49668)

Signed-off-by: Phuurl <chubble.10@icloud.com>
This commit is contained in:
Phuurl 2018-12-07 22:54:32 +00:00 committed by Alicia Cozine
commit 29c96d20fb
3 changed files with 24 additions and 24 deletions

View file

@ -76,7 +76,7 @@ with integration tests, such as:
failures and exceptions
* Extensive testing of slow configuration APIs
* Situations where the integration tests cannot be run as part of the main Ansible
continuous integraiton running in Shippable.
continuous integration running in Shippable.
@ -110,7 +110,7 @@ Example:
Another related use is in the situation where an API has versions which behave
differently. A programmer working on a new version may change the module to work with the
new API version and unintentially break the old version. A test case
new API version and unintentionally break the old version. A test case
which checks that the call happens properly for the old version can help avoid the
problem. In this situation it is very important to include version numbering in the test case
name (see `Naming unit tests`_ below).