Skip to content

Commit 785ed1a

Browse files
authored
Merge pull request #419 from rolfedh/remove-must
Remove "must" from wording around user-replaceable values
2 parents 4e9a51a + 610819d commit 785ed1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supplementary_style_guide/style_guidelines/formatting.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Write all titles and headings, including the titles of product documentation gui
107107
[[user-replaced-values]]
108108
== User-replaced values
109109

110-
A _user-replaced value_, also known as a replaceable or variable value, is a value that the user must replace with a value that is relevant for their situation. User-replaced values are often found in places such as code blocks, file paths, and commands.
110+
A _user-replaced value_, also known as a replaceable or variable value, is a placeholder that the user replaces with a value that is relevant for their situation. User-replaced values are often found in places such as code blocks, file paths, and commands.
111111

112112
Use descriptive names for user-replaced values and follow this general format: _<value_name>_.
113113

0 commit comments

Comments
 (0)