Skip to content

Commit 9465c9d

Browse files
kswedbergEugeneHlushko
authored andcommitted
docs(api) change optimise to optimize (prefer U.S. spelling) (#3303)
1 parent 865a4c2 commit 9465c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/api/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ For each module, the following details are included in the output as applicable:
334334
- `building`: time to build the module (e.g. loaders and parsing)
335335
- `dependencies`: time to identify and connect the module’s dependencies
336336

337-
Paired with `--progress`, `--profile` gives you an in-depth idea of which step in the compilation is taking how long. This can help you optimise your build in a more informed manner.
337+
Paired with `--progress`, `--profile` gives you an in-depth idea of which step in the compilation is taking how long. This can help you optimize your build in a more informed manner.
338338

339339
```bash
340340
webpack --progress --profile

0 commit comments

Comments
 (0)