Skip to content

Commit d576068

Browse files
author
harish-sethuraman
authored
docs: fix typo (#4022)
1 parent d198e4e commit d576068

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/client/reconnect/false/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
// ...
1212
devServer: {
1313
client: {
14-
reconect: false,
14+
reconnect: false,
1515
},
1616
},
1717
};

examples/client/reconnect/number/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
// ...
1212
devServer: {
1313
client: {
14-
reconect: 2,
14+
reconnect: 2,
1515
},
1616
},
1717
};

examples/client/reconnect/true/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
// ...
1212
devServer: {
1313
client: {
14-
reconect: true,
14+
reconnect: true,
1515
},
1616
},
1717
};

examples/compression/false/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Website gzip compression makes it possible to reduce the file size of a file
44
to roughly 30% of its original size before the files are sent to the browser.
55

6-
It is enabled by default. To disable it set `compresss` option to `false`.
6+
It is enabled by default. To disable it set `compress` option to `false`.
77

88
## false
99

0 commit comments

Comments
 (0)