@@ -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
304304compiler processes that run as part of the build command, and trigger
305305the execution of other tools. The extractors will provide default tracer
306306configuration files that should work in most situations.
@@ -336,7 +336,7 @@ be any string that does not contain a newline.
336336
337337You can use this command-line option repeatedly to set multiple
338338extractor 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
340340expects. String options will use the last value provided. Array options
341341will use all the values provided, in order. Extractor options specified
342342using 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
363363Extractor option bundle files are read in the order they are specified.
364364If 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
366366expects. String options will use the last value provided. Array options
367367will use all the values provided, in order. Extractor options specified
368368using this command-line option are processed before extractor options
0 commit comments