Spelling fix

This commit is contained in:
rallytime 2016-03-04 09:33:37 -07:00
parent f260c51762
commit c8c188535f

View file

@ -47,7 +47,7 @@ shell commands, among other segments of Salt's ecosystem. By utilizing
the integration test daemons, integration tests are easy to write. They
are also SaltStack's gerneally preferred method of adding new tests.
The discussion in the :ref:`Inregration vs. Unit <integration-vs-unit>`_
The discussion in the :ref:`Integration vs. Unit <integration-vs-unit>`_
section of the :ref:`testing tutorial <tutorial-salt-testing>`_ is
beneficial in learning why you might want to write integration tests
vs. unit tests. Both testing arenas add value to Salt's test suite and