From 0bd1e50e8f7eee2d0bf5ae1d07004a68e46b1585 Mon Sep 17 00:00:00 2001 From: Julian Cable Date: Tue, 21 Dec 2021 18:38:19 +0000 Subject: [PATCH] #310 Anthropomorphism: Avoid 'allow'. --- en-US/Language.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/en-US/Language.xml b/en-US/Language.xml index 6a76d1d..6d9966a 100644 --- a/en-US/Language.xml +++ b/en-US/Language.xml @@ -867,6 +867,40 @@ + + + Avoid stating that a product or feature allows the user to do something. Focus instead on what the user does. + + + + + + + + + Example + Improvement + + + + + + + Using the ausearch command allows administrators to focus on only the messages they are interested in. + Administrators can use the ausearch command to focus on only messages of interest. + + + + Collections allow updates to the core Ansible code to be separated from updates to modules and plug-ins. + You can use collections to separate core Ansible code updates from updates to modules and plug-ins. + + + + + + + +
Report an issue