diff --git a/docs/docsite/rst/user_guide/playbooks_tests.rst b/docs/docsite/rst/user_guide/playbooks_tests.rst index 94df39b2feb..38a0d959752 100644 --- a/docs/docsite/rst/user_guide/playbooks_tests.rst +++ b/docs/docsite/rst/user_guide/playbooks_tests.rst @@ -37,7 +37,7 @@ Such as:: Testing strings =============== -To match strings against a substring or a regular expression, use the ``match``, ``search`` or ``regex`` filters:: +To match strings against a substring or a regular expression, use the ``match``, ``search`` or ``regex`` tests:: vars: url: "http://example.com/users/foo/resources/bar"