Skip to content

Commit 3855515

Browse files
chore: updated spelling for consistency (#37440)
Co-authored-by: Sharra-writes <sharra-writes@github.com>
1 parent 04e086b commit 3855515

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: content/code-security/codeql-cli/codeql-cli-manual/database-create.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ produce all necessary data directly.
300300
#### `--extra-tracing-config=<tracing-config.lua>`
301301
302302
\[Advanced] The path to a tracer configuration file. It may be used to
303-
modify the behaviour of the build tracer. It may be used to pick out
303+
modify the behavior of the build tracer. It may be used to pick out
304304
compiler processes that run as part of the build command, and trigger
305305
the execution of other tools. The extractors will provide default tracer
306306
configuration files that should work in most situations.
@@ -336,7 +336,7 @@ be any string that does not contain a newline.
336336
337337
You can use this command-line option repeatedly to set multiple
338338
extractor options. If you provide multiple values for the same extractor
339-
option, the behaviour depends on the type that the extractor option
339+
option, the behavior depends on the type that the extractor option
340340
expects. String options will use the last value provided. Array options
341341
will use all the values provided, in order. Extractor options specified
342342
using this command-line option are processed after extractor options
@@ -362,7 +362,7 @@ string and array options are map entries with string and array values.
362362
363363
Extractor option bundle files are read in the order they are specified.
364364
If different extractor option bundle files specify the same extractor
365-
option, the behaviour depends on the type that the extractor option
365+
option, the behavior depends on the type that the extractor option
366366
expects. String options will use the last value provided. Array options
367367
will use all the values provided, in order. Extractor options specified
368368
using this command-line option are processed before extractor options

0 commit comments

Comments
 (0)