diff --git a/en-US/Design.xml b/en-US/Design.xml
index 4e42955..d67452b 100644
--- a/en-US/Design.xml
+++ b/en-US/Design.xml
@@ -637,12 +637,13 @@ STEP 14: COMMIT ...output omitted... localhost/nexus:latest
- As much as possible, leave the system-wide default as become: false or become: no and if a single task needs privileges, set become: true or become: yes on that task.
+ As much as possible, configure the default setting for become to false.
+ If a single task needs privileges, then set become: true on that task.
- If most tasks in a play require escalated privileges, set the entire play to become: true or become: yes and possibly selectively set individual tasks to become: false or become: no.
+ If most tasks in a play require escalated privileges, then set the entire play to become: true and selectively set individual tasks that do not need escalated privileges to become: false.