Skip to content

Commit 09f772a

Browse files
committed
docs: use singular form for one optional parameter
Signed-off-by: Sebastian Davids <[email protected]>
1 parent abf15b8 commit 09f772a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/user-guide/modules/ROOT/pages/scripts/docker/docker-ignore-all.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
{script_url}[This script^] will create a `.dockerignore` file ignoring everything for a given directory (`$PWD` if not given).
77

8-
The following parameters are optional:
8+
The following parameter is optional:
99

1010
`f` :: overwrite an existing `.dockerignore` file
1111

docs/user-guide/modules/ROOT/pages/scripts/general/shellscript-format-check.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
This script's exit code is `0` if all shell script files adhere to Google Shell Style or `1` if not.
99

10-
The following parameters are optional:
10+
The following parameter is optional:
1111

1212
`v` :: display the paths of the files whose formatting does not adhere to Google Shell Style
1313

docs/user-guide/modules/ROOT/pages/scripts/git/git-ignore-all.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
{script_url}[This script^] will create a `.gitignore` file ignoring everything for a given Git directory (`$PWD` if not given).
77

8-
The following parameters are optional:
8+
The following parameter is optional:
99

1010
`f` :: overwrite an existing `.gitignore` file
1111

docs/user-guide/modules/ROOT/pages/scripts/java/java-format-check.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
This script's exit code is `0` if all `*.java` files adhere to Google Java Style or `1` if not.
99

10-
The following parameters are optional:
10+
The following parameter is optional:
1111

1212
`v` :: display the paths of the files whose formatting does not adhere to Google Java Style
1313

0 commit comments

Comments
 (0)