Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 0fbd759

Browse files
authored
Merge pull request #170 from noelyoo/fix-typo
docs: fix typo in deploying-to-production.md
2 parents 47d419f + 6274965 commit 0fbd759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/game-of-life/deploying-to-production.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ within the `wasm-game-of-life` directory:
1212
wasm-pack build
1313
```
1414

15-
And then we bundle our JavaScript and and HTML by running `webpack` within the
15+
And then we bundle our JavaScript and HTML by running `webpack` within the
1616
`wasm-game-of-life/www` directory:
1717

1818
```
@@ -37,7 +37,7 @@ To use our application from a server, it must be properly configured to serve
3737
[MIME]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types
3838

3939
> **Note**: Server configuration varies by operating system, it's recommended
40-
> you look up a tutorial for your specific operating system and webserver. These
40+
> you look up a tutorial for your specific operating system and web server. These
4141
> examples assume an environment like Debian/Ubuntu or CentOS/Red Hat/Fedora.
4242
4343
For example with nginx, [add `application/wasm wasm;` to `/etc/nginx/mime.types`

0 commit comments

Comments
 (0)