From 53f07bc28356c9c1ce23247690c96c1cdd759cc0 Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Mon, 4 Nov 2019 22:26:41 -0800 Subject: [PATCH] intro_patterns.rst: fix typo (#64422) Changed "your" to "you" in intro_patterns.rst --- docs/docsite/rst/user_guide/intro_patterns.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/intro_patterns.rst b/docs/docsite/rst/user_guide/intro_patterns.rst index a016a568de2..b3a219486bd 100644 --- a/docs/docsite/rst/user_guide/intro_patterns.rst +++ b/docs/docsite/rst/user_guide/intro_patterns.rst @@ -100,7 +100,7 @@ Your pattern must match your inventory syntax. If you define a host as an :ref:` maxRequestsPerChild: 808 host: 127.0.0.2 -you must use the alias in your pattern. In the example above, your must use ``host1`` in your pattern. If you use the IP address, you will once again get the error:: +you must use the alias in your pattern. In the example above, you must use ``host1`` in your pattern. If you use the IP address, you will once again get the error:: [WARNING]: Could not match supplied host pattern, ignoring: 127.0.0.2