Skip to content

Commit 3daf87c

Browse files
authored
docs: fix the spell error (PlasmoHQ#118)
1 parent 7958381 commit 3daf87c

File tree

1 file changed

+1
-1
lines changed
  • src/pages/framework/workflows

1 file changed

+1
-1
lines changed

src/pages/framework/workflows/dev.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This is useful when you have dependencies that don't play well with source maps.
5959
The development server will, by default, bind to `localhost` and port `1012`. You can change these with `--serve-host` and `--serve-port`:
6060

6161
```sh
62-
plasmo dev --serve-host=localhost --serve-port-1012
62+
plasmo dev --serve-host=localhost --serve-port=1012
6363
```
6464

6565
Similarly, the hot module reload websocket will, by default, bind to `localhost` and port `1815`, with the build reporter binding to the HMR socket + 1 (1816 by default). You can change these with `--hmr-host` and `--hmr-port`:

0 commit comments

Comments
 (0)