diff --git a/.gitattributes b/.gitattributes index 94f95b9382..c2d0a24ec9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -# Set default behaviour, in case users don't have core.autocrlf set. +# Set default behavior, in case users don't have core.autocrlf set. * text=auto # Explicitly declare text files we want to always be normalized and converted # to native line endings on checkout. diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-create.md b/content/code-security/codeql-cli/codeql-cli-manual/database-create.md index d9a20c79a6..3b33e8ae3e 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/database-create.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/database-create.md @@ -77,10 +77,10 @@ Use [codeql resolve languages](/code-security/codeql-cli/codeql-cli-manual/resol When the `--db-cluster` option is given, this can appear multiple times, or the value can be a comma-separated list of languages. -If this option is omitted, and the source root being analysed is a +If this option is omitted, and the source root being analyzed is a checkout of a GitHub repository, the CodeQL CLI will make a call to the GitHub API to attempt to automatically determine what languages to -analyse. Note that to be able to do this, a GitHub PAT token must be +analyze. Note that to be able to do this, a GitHub PAT token must be supplied either in the environment variable GITHUB\_TOKEN or via standard input using the `--github-auth-stdin` option. @@ -248,7 +248,7 @@ produce all necessary data directly. #### `--extra-tracing-config=` \[Advanced] The path to a tracer configuration file. It may be used to -modify the behaviour of the build tracer. It may be used to pick out +modify the behavior of the build tracer. It may be used to pick out compiler processes that run as part of the build command, and trigger the execution of other tools. The extractors will provide default tracer configuration files that should work in most situations. @@ -284,7 +284,7 @@ be any string that does not contain a newline. You can use this command-line option repeatedly to set multiple extractor options. If you provide multiple values for the same extractor -option, the behaviour depends on the type that the extractor option +option, the behavior depends on the type that the extractor option expects. String options will use the last value provided. Array options will use all the values provided, in order. Extractor options specified 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. Extractor option bundle files are read in the order they are specified. If different extractor option bundle files specify the same extractor -option, the behaviour depends on the type that the extractor option +option, the behavior depends on the type that the extractor option expects. String options will use the last value provided. Array options will use all the values provided, in order. Extractor options specified using this command-line option are processed before extractor options diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-index-files.md b/content/code-security/codeql-cli/codeql-cli-manual/database-index-files.md index 8cedc16999..16b5df2311 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/database-index-files.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/database-index-files.md @@ -92,7 +92,7 @@ be any string that does not contain a newline. You can use this command-line option repeatedly to set multiple extractor options. If you provide multiple values for the same extractor -option, the behaviour depends on the type that the extractor option +option, the behavior depends on the type that the extractor option expects. String options will use the last value provided. Array options will use all the values provided, in order. Extractor options specified 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. Extractor option bundle files are read in the order they are specified. If different extractor option bundle files specify the same extractor -option, the behaviour depends on the type that the extractor option +option, the behavior depends on the type that the extractor option expects. String options will use the last value provided. Array options will use all the values provided, in order. Extractor options specified using this command-line option are processed before extractor options diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-init.md b/content/code-security/codeql-cli/codeql-cli-manual/database-init.md index decb0e4094..256415e663 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/database-init.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/database-init.md @@ -90,10 +90,10 @@ Use [codeql resolve languages](/code-security/codeql-cli/codeql-cli-manual/resol When the `--db-cluster` option is given, this can appear multiple times, or the value can be a comma-separated list of languages. -If this option is omitted, and the source root being analysed is a +If this option is omitted, and the source root being analyzed is a checkout of a GitHub repository, the CodeQL CLI will make a call to the GitHub API to attempt to automatically determine what languages to -analyse. Note that to be able to do this, a GitHub PAT token must be +analyze. Note that to be able to do this, a GitHub PAT token must be supplied either in the environment variable GITHUB\_TOKEN or via standard input using the `--github-auth-stdin` option. @@ -181,7 +181,7 @@ will be used. \[Windows only] When initializing tracing, inject the tracer this many parents above the current process, with 0 corresponding to the process -that is invoking the CodeQL CLI. The CLI's default behaviour if no +that is invoking the CodeQL CLI. The CLI's default behavior if no arguments are passed is to inject into the parent of the calling process. @@ -195,7 +195,7 @@ produce all necessary data directly. #### `--extra-tracing-config=` \[Advanced] The path to a tracer configuration file. It may be used to -modify the behaviour of the build tracer. It may be used to pick out +modify the behavior of the build tracer. It may be used to pick out compiler processes that run as part of the build command, and trigger the execution of other tools. The extractors will provide default tracer configuration files that should work in most situations. @@ -214,7 +214,7 @@ be any string that does not contain a newline. You can use this command-line option repeatedly to set multiple extractor options. If you provide multiple values for the same extractor -option, the behaviour depends on the type that the extractor option +option, the behavior depends on the type that the extractor option expects. String options will use the last value provided. Array options will use all the values provided, in order. Extractor options specified 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. Extractor option bundle files are read in the order they are specified. If different extractor option bundle files specify the same extractor -option, the behaviour depends on the type that the extractor option +option, the behavior depends on the type that the extractor option expects. String options will use the last value provided. Array options will use all the values provided, in order. Extractor options specified using this command-line option are processed before extractor options diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-trace-command.md b/content/code-security/codeql-cli/codeql-cli-manual/database-trace-command.md index 31e3ed4f2a..8cbd7ea7ab 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/database-trace-command.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/database-trace-command.md @@ -86,7 +86,7 @@ produce all necessary data directly. #### `--extra-tracing-config=` \[Advanced] The path to a tracer configuration file. It may be used to -modify the behaviour of the build tracer. It may be used to pick out +modify the behavior of the build tracer. It may be used to pick out compiler processes that run as part of the build command, and trigger the execution of other tools. The extractors will provide default tracer configuration files that should work in most situations. @@ -127,7 +127,7 @@ be any string that does not contain a newline. You can use this command-line option repeatedly to set multiple extractor options. If you provide multiple values for the same extractor -option, the behaviour depends on the type that the extractor option +option, the behavior depends on the type that the extractor option expects. String options will use the last value provided. Array options will use all the values provided, in order. Extractor options specified 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. Extractor option bundle files are read in the order they are specified. If different extractor option bundle files specify the same extractor -option, the behaviour depends on the type that the extractor option +option, the behavior depends on the type that the extractor option expects. String options will use the last value provided. Array options will use all the values provided, in order. Extractor options specified using this command-line option are processed before extractor options diff --git a/content/code-security/codeql-cli/codeql-cli-manual/dataset-check.md b/content/code-security/codeql-cli/codeql-cli-manual/dataset-check.md index 849f5a9f94..271ed009c7 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/dataset-check.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/dataset-check.md @@ -61,7 +61,7 @@ Select output format. Possible choices: \[Advanced] Expend extra effort to compute precise locations for inconsistencies. This will take more time, but may make it easier to -debug extractor behaviour. +debug extractor behavior. #### `--max-resolve-depth=` diff --git a/content/code-security/codeql-cli/codeql-cli-manual/generate-log-summary.md b/content/code-security/codeql-cli/codeql-cli-manual/generate-log-summary.md index e553570f20..b593d99e36 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/generate-log-summary.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/generate-log-summary.md @@ -45,7 +45,7 @@ event logs directly. #### `` -Path to the location to output the summarised log file to. If this +Path to the location to output the summarized log file to. If this omitted, then the summary will be output to stdout. #### `--minify-output` diff --git a/content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/editing-items-in-your-project.md b/content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/editing-items-in-your-project.md index a429285ffb..4e30e8e80f 100644 --- a/content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/editing-items-in-your-project.md +++ b/content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/editing-items-in-your-project.md @@ -28,7 +28,7 @@ You can copy the contents of one cell and paste the contents into multiple other 1. To paste the previously copied content, press Command+V (Mac) or Ctrl+V (Windows.) -## Dragging a cell's contents to set neighbouring table cells +## Dragging a cell's contents to set neighboring table cells You can quickly copy one cell's content over other cells in the same field by dragging up or down.