Skip to content

Commit adf6f27

Browse files
authored
docs: fix --open-aoo-name typo (webpack#5319)
1 parent 98973c7 commit adf6f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/dev-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ module.exports = {
930930
Usage via the CLI:
931931

932932
```bash
933-
npx webpack serve --open-aoo-name 'google-chrome'
933+
npx webpack serve --open-app-name 'google-chrome'
934934
```
935935

936936
The object accepts all [open](https://www.npmjs.com/package/open) options:

0 commit comments

Comments
 (0)