Skip to content

Commit 592a56d

Browse files
SeanKilleenmchammer01
andauthoredApr 27, 2023
Address 20 En-US Standardizations (github#25095)
Co-authored-by: mc <[email protected]>
1 parent 8e62ff5 commit 592a56d

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed
 

‎.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Set default behaviour, in case users don't have core.autocrlf set.
1+
# Set default behavior, in case users don't have core.autocrlf set.
22
* text=auto
33
# Explicitly declare text files we want to always be normalized and converted
44
# to native line endings on checkout.

‎content/code-security/codeql-cli/codeql-cli-manual/database-create.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ Use [codeql resolve languages](/code-security/codeql-cli/codeql-cli-manual/resol
7777
When the `--db-cluster` option is given, this can appear multiple times,
7878
or the value can be a comma-separated list of languages.
7979

80-
If this option is omitted, and the source root being analysed is a
80+
If this option is omitted, and the source root being analyzed is a
8181
checkout of a GitHub repository, the CodeQL CLI will make a call to the
8282
GitHub API to attempt to automatically determine what languages to
83-
analyse. Note that to be able to do this, a GitHub PAT token must be
83+
analyze. Note that to be able to do this, a GitHub PAT token must be
8484
supplied either in the environment variable GITHUB\_TOKEN or via standard
8585
input using the `--github-auth-stdin` option.
8686

@@ -248,7 +248,7 @@ produce all necessary data directly.
248248
#### `--extra-tracing-config=<tracing-config.lua>`
249249

250250
\[Advanced] The path to a tracer configuration file. It may be used to
251-
modify the behaviour of the build tracer. It may be used to pick out
251+
modify the behavior of the build tracer. It may be used to pick out
252252
compiler processes that run as part of the build command, and trigger
253253
the execution of other tools. The extractors will provide default tracer
254254
configuration files that should work in most situations.
@@ -284,7 +284,7 @@ be any string that does not contain a newline.
284284

285285
You can use this command-line option repeatedly to set multiple
286286
extractor options. If you provide multiple values for the same extractor
287-
option, the behaviour depends on the type that the extractor option
287+
option, the behavior depends on the type that the extractor option
288288
expects. String options will use the last value provided. Array options
289289
will use all the values provided, in order. Extractor options specified
290290
using this command-line option are processed after extractor options
@@ -310,7 +310,7 @@ string and array options are map entries with string and array values.
310310

311311
Extractor option bundle files are read in the order they are specified.
312312
If different extractor option bundle files specify the same extractor
313-
option, the behaviour depends on the type that the extractor option
313+
option, the behavior depends on the type that the extractor option
314314
expects. String options will use the last value provided. Array options
315315
will use all the values provided, in order. Extractor options specified
316316
using this command-line option are processed before extractor options

‎content/code-security/codeql-cli/codeql-cli-manual/database-index-files.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ be any string that does not contain a newline.
9292

9393
You can use this command-line option repeatedly to set multiple
9494
extractor options. If you provide multiple values for the same extractor
95-
option, the behaviour depends on the type that the extractor option
95+
option, the behavior depends on the type that the extractor option
9696
expects. String options will use the last value provided. Array options
9797
will use all the values provided, in order. Extractor options specified
9898
using this command-line option are processed after extractor options
@@ -118,7 +118,7 @@ string and array options are map entries with string and array values.
118118

119119
Extractor option bundle files are read in the order they are specified.
120120
If different extractor option bundle files specify the same extractor
121-
option, the behaviour depends on the type that the extractor option
121+
option, the behavior depends on the type that the extractor option
122122
expects. String options will use the last value provided. Array options
123123
will use all the values provided, in order. Extractor options specified
124124
using this command-line option are processed before extractor options

‎content/code-security/codeql-cli/codeql-cli-manual/database-init.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ Use [codeql resolve languages](/code-security/codeql-cli/codeql-cli-manual/resol
9090
When the `--db-cluster` option is given, this can appear multiple times,
9191
or the value can be a comma-separated list of languages.
9292

93-
If this option is omitted, and the source root being analysed is a
93+
If this option is omitted, and the source root being analyzed is a
9494
checkout of a GitHub repository, the CodeQL CLI will make a call to the
9595
GitHub API to attempt to automatically determine what languages to
96-
analyse. Note that to be able to do this, a GitHub PAT token must be
96+
analyze. Note that to be able to do this, a GitHub PAT token must be
9797
supplied either in the environment variable GITHUB\_TOKEN or via standard
9898
input using the `--github-auth-stdin` option.
9999

@@ -181,7 +181,7 @@ will be used.
181181

182182
\[Windows only] When initializing tracing, inject the tracer this many
183183
parents above the current process, with 0 corresponding to the process
184-
that is invoking the CodeQL CLI. The CLI's default behaviour if no
184+
that is invoking the CodeQL CLI. The CLI's default behavior if no
185185
arguments are passed is to inject into the parent of the calling
186186
process.
187187

@@ -195,7 +195,7 @@ produce all necessary data directly.
195195
#### `--extra-tracing-config=<tracing-config.lua>`
196196

197197
\[Advanced] The path to a tracer configuration file. It may be used to
198-
modify the behaviour of the build tracer. It may be used to pick out
198+
modify the behavior of the build tracer. It may be used to pick out
199199
compiler processes that run as part of the build command, and trigger
200200
the execution of other tools. The extractors will provide default tracer
201201
configuration files that should work in most situations.
@@ -214,7 +214,7 @@ be any string that does not contain a newline.
214214

215215
You can use this command-line option repeatedly to set multiple
216216
extractor options. If you provide multiple values for the same extractor
217-
option, the behaviour depends on the type that the extractor option
217+
option, the behavior depends on the type that the extractor option
218218
expects. String options will use the last value provided. Array options
219219
will use all the values provided, in order. Extractor options specified
220220
using this command-line option are processed after extractor options
@@ -240,7 +240,7 @@ string and array options are map entries with string and array values.
240240

241241
Extractor option bundle files are read in the order they are specified.
242242
If different extractor option bundle files specify the same extractor
243-
option, the behaviour depends on the type that the extractor option
243+
option, the behavior depends on the type that the extractor option
244244
expects. String options will use the last value provided. Array options
245245
will use all the values provided, in order. Extractor options specified
246246
using this command-line option are processed before extractor options

‎content/code-security/codeql-cli/codeql-cli-manual/database-trace-command.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ produce all necessary data directly.
8686
#### `--extra-tracing-config=<tracing-config.lua>`
8787

8888
\[Advanced] The path to a tracer configuration file. It may be used to
89-
modify the behaviour of the build tracer. It may be used to pick out
89+
modify the behavior of the build tracer. It may be used to pick out
9090
compiler processes that run as part of the build command, and trigger
9191
the execution of other tools. The extractors will provide default tracer
9292
configuration files that should work in most situations.
@@ -127,7 +127,7 @@ be any string that does not contain a newline.
127127

128128
You can use this command-line option repeatedly to set multiple
129129
extractor options. If you provide multiple values for the same extractor
130-
option, the behaviour depends on the type that the extractor option
130+
option, the behavior depends on the type that the extractor option
131131
expects. String options will use the last value provided. Array options
132132
will use all the values provided, in order. Extractor options specified
133133
using this command-line option are processed after extractor options
@@ -153,7 +153,7 @@ string and array options are map entries with string and array values.
153153

154154
Extractor option bundle files are read in the order they are specified.
155155
If different extractor option bundle files specify the same extractor
156-
option, the behaviour depends on the type that the extractor option
156+
option, the behavior depends on the type that the extractor option
157157
expects. String options will use the last value provided. Array options
158158
will use all the values provided, in order. Extractor options specified
159159
using this command-line option are processed before extractor options

‎content/code-security/codeql-cli/codeql-cli-manual/dataset-check.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Select output format. Possible choices:
6161

6262
\[Advanced] Expend extra effort to compute precise locations for
6363
inconsistencies. This will take more time, but may make it easier to
64-
debug extractor behaviour.
64+
debug extractor behavior.
6565

6666
#### `--max-resolve-depth=<n>`
6767

‎content/code-security/codeql-cli/codeql-cli-manual/generate-log-summary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ event logs directly.
4545

4646
#### `<result>`
4747

48-
Path to the location to output the summarised log file to. If this
48+
Path to the location to output the summarized log file to. If this
4949
omitted, then the summary will be output to stdout.
5050

5151
#### `--minify-output`

‎content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/editing-items-in-your-project.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can copy the contents of one cell and paste the contents into multiple other
2828

2929
1. To paste the previously copied content, press <kbd>Command</kbd>+<kbd>V</kbd> (Mac) or <kbd>Ctrl</kbd>+<kbd>V</kbd> (Windows.)
3030

31-
## Dragging a cell's contents to set neighbouring table cells
31+
## Dragging a cell's contents to set neighboring table cells
3232

3333
You can quickly copy one cell's content over other cells in the same field by dragging up or down.
3434

0 commit comments

Comments
 (0)
Please sign in to comment.