From ed17d7a0a52e7b289e0f16303ebe6357fa53daee Mon Sep 17 00:00:00 2001 From: Scott Butler Date: Wed, 28 Jun 2017 23:12:52 -0700 Subject: [PATCH] Editing to fix wording from PR #26161. --- docs/docsite/rst/dev_guide/testing_integration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/dev_guide/testing_integration.rst b/docs/docsite/rst/dev_guide/testing_integration.rst index 5741fb23dbd..4f3d3855143 100644 --- a/docs/docsite/rst/dev_guide/testing_integration.rst +++ b/docs/docsite/rst/dev_guide/testing_integration.rst @@ -100,7 +100,7 @@ the Ansible continuous integration (CI) system is recommended. .. note:: Docker on non-Linux - Using Docker Engine to run Docker on a non-Linux (such as macOS) host is not recommended. + Using Docker Engine to run Docker on a non-Linux host (such as macOS) is not recommended. Some tests may fail, depending on the image used for testing. Using the ``--docker-privileged`` option may resolve the issue.