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

Commit ba061b5

Browse files
authored
Merge pull request #199 from jaeh/patch-1
typo devDependiecs to devDependencies
2 parents 149dc13 + d2aeb1b commit ba061b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game-of-life/hello-world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Rather than use the `hello-wasm-pack` package from npm, we want to use our local
288288
`wasm-game-of-life` package instead. This will allow us to incrementally develop
289289
our Game of Life program.
290290

291-
Open up `wasm-game-of-life/www/package.json` and next to `"devDependiecs"`, add the `"dependencies"` field,
291+
Open up `wasm-game-of-life/www/package.json` and next to `"devDependencies"`, add the `"dependencies"` field,
292292
including a `"wasm-game-of-life": "file:../pkg"` entry:
293293

294294
```js

0 commit comments

Comments
 (0)