Skip to content

Commit 84df3d4

Browse files
authored
docs: fix typo (#3863)
1 parent 0c9efe9 commit 84df3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/api/start/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
While it's recommended to run `webpack-dev-server` via the CLI, you may also
44
choose to start a server via the API.
55

6-
This example demonstrates using `start` method. It instructs `webpack-dev-server` instance to stop watching for file changes.
6+
This example demonstrates using `start` method. It instructs `webpack-dev-server` instance to start the server.
77

88
```js
99
const Webpack = require("webpack");

0 commit comments

Comments
 (0)