diff --git a/docs/docsite/rst/dev_guide/testing/sanity/integration-aliases.rst b/docs/docsite/rst/dev_guide/testing/sanity/integration-aliases.rst index 498a68bb256..e6cc1e91ead 100644 --- a/docs/docsite/rst/dev_guide/testing/sanity/integration-aliases.rst +++ b/docs/docsite/rst/dev_guide/testing/sanity/integration-aliases.rst @@ -72,7 +72,7 @@ Platform versions, as specified using the ``--remote`` option with ``/`` removed - ``skip/freebsd11.1`` - Skip tests on FreeBSD 11.1. - ``skip/rhel7.6`` - Skip tests on RHEL 7.6. -Windows verssions, as specified using the ``--windows`` option can also be skipped: +Windows versions, as specified using the ``--windows`` option can also be skipped: - ``skip/windows/2008`` - Skip tests on Windows Server 2008. - ``skip/windows/2012-R2`` - Skip tests on Windows Server 2012 R2. diff --git a/docs/docsite/rst/dev_guide/testing_units.rst b/docs/docsite/rst/dev_guide/testing_units.rst index d0898b1af06..9d7b26b2bc3 100644 --- a/docs/docsite/rst/dev_guide/testing_units.rst +++ b/docs/docsite/rst/dev_guide/testing_units.rst @@ -161,7 +161,7 @@ files that aren't themselves tests. Fixtures files `````````````` -To mock out fetching results from devices, or provide other complex datastructures that +To mock out fetching results from devices, or provide other complex data structures that come from external libraries, you can use ``fixtures`` to read in pre-generated data. Text files live in ``test/units/modules/network/PLATFORM/fixtures/``