@@ -300,7 +300,7 @@ produce all necessary data directly.
300
300
# ### `--extra-tracing-config=<tracing-config.lua>`
301
301
302
302
\[ 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
304
304
compiler processes that run as part of the build command, and trigger
305
305
the execution of other tools. The extractors will provide default tracer
306
306
configuration files that should work in most situations.
@@ -336,7 +336,7 @@ be any string that does not contain a newline.
336
336
337
337
You can use this command-line option repeatedly to set multiple
338
338
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
340
340
expects. String options will use the last value provided. Array options
341
341
will use all the values provided, in order. Extractor options specified
342
342
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.
362
362
363
363
Extractor option bundle files are read in the order they are specified.
364
364
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
366
366
expects. String options will use the last value provided. Array options
367
367
will use all the values provided, in order. Extractor options specified
368
368
using this command-line option are processed before extractor options
0 commit comments