Skip to content

Commit a9327e5

Browse files
tbroadleyshellscape
authored andcommitted
Fix typos (#1236)
1 parent fd3c176 commit a9327e5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Following these guidelines helps to communicate that you respect the time of the
1919

2020
Good pull requests, such as patches, improvements, and new features, are a fantastic help. They should remain focused in scope and not contain unrelated commits.
2121

22-
It is adviced to first create an issue (if there is not one already) before making a pull request. This way the maintainers can first discuss with you if they agree and it also helps with providing some context.
22+
It is advised to first create an issue (if there is not one already) before making a pull request. This way the maintainers can first discuss with you if they agree and it also helps with providing some context.
2323

2424
Run the relevant [examples](https://github.com/webpack/webpack-dev-server/tree/master/examples) to see if all functionality still works. When introducing new functionality, also add an example. This helps the maintainers to understand it and check if it still works.
2525

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ An example should be as minimal as possible and consists of at least:
1616
API examples can be found in the `api` directory. These examples demonstrate how
1717
to access and run `webpack-dev-server` directly in your application / script.
1818

19-
CLI exampes can be found in the `cli` directory. These examples demonstrate how
19+
CLI examples can be found in the `cli` directory. These examples demonstrate how
2020
to run `webpack-dev-server` from the command line in your console / terminal.
2121

2222
## Notes

examples/cli/bonjour/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Bounjour (ZeroConf)
1+
# Bonjour (ZeroConf)
22

3-
The Bounjour capability broadcasts server information via ZeroConf when the Server
3+
The Bonjour capability broadcasts server information via ZeroConf when the Server
44
is started.
55

66
To run this example, run this command in your console or terminal:

0 commit comments

Comments
 (0)