Skip to content

Commit 29c7c74

Browse files
xrmxjoshtriplett
authored andcommitted
README: fix a couple of typos
1 parent 465a58b commit 29c7c74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Embed WAMR
6262

6363
WAMR can be built into a standalone executable which takes the WASM application file name as input, and then executes it. In some other situations, the WAMR source code is embedded the product code and built into the final product.
6464

65-
WAMR provides a set of C API for loading the WASM module, instantiating the module and invoking a WASM function from a native call.
65+
WAMR provides a set of C API for loading the WASM module, instantiating the module and invoking a WASM function from a native call.
6666

6767
See the [doc/embed_wamr.md](./doc/embed_wamr.md) for the details.
6868

@@ -71,7 +71,7 @@ WAMR application programming library
7171

7272
WAMR defined event driven programming model:
7373
- Single thread per WASM app instance
74-
- App must implement system callbacks: on_init, on_destrory
74+
- App must implement system callbacks: on_init, on_destroy
7575

7676

7777
In general there are a few API classes for the WASM application programming:
@@ -117,7 +117,7 @@ See the [major features releasing history and contributor names](./doc/release_a
117117
Roadmap
118118
=======
119119

120-
See the [roadmap](./doc/roadmap.md) to understand what major features are planed or under development.
120+
See the [roadmap](./doc/roadmap.md) to understand what major features are planned or under development.
121121

122122
Please submit issues for any new feature request, or your plan for contributing new features.
123123

0 commit comments

Comments
 (0)