diff options
author | Ikko Ashimine <eltociear@gmail.com> | 2022-10-26 01:18:02 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 12:18:02 -0400 |
commit | 10c3c0ee5733cfa5cf4c2825c6a8fce9f05060aa (patch) | |
tree | 8b05e0ef4049cde78ff99bd08ad38e22b327bccb /cli/napi/README.md | |
parent | e203bd9c5a4eb1b338c94bdcd4b2e91e7e1c5168 (diff) |
chore(napi): fix typo in README.md (#16414)
Enviornment -> Environment
Diffstat (limited to 'cli/napi/README.md')
-rw-r--r-- | cli/napi/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/napi/README.md b/cli/napi/README.md index 210d89b18..cd89bf83a 100644 --- a/cli/napi/README.md +++ b/cli/napi/README.md @@ -4,7 +4,7 @@ This directory contains source for Deno's Node-API implementation. It depends on `napi_sym` and `deno_napi`. - [`async.rs`](./async.rs) - Asyncronous work related functions. -- [`env.rs`](./env.rs) - Enviornment related functions. +- [`env.rs`](./env.rs) - Environment related functions. - [`js_native_api.rs`](./js_native_api.rs) - V8/JS related functions. - [`thread_safe_function.rs`](./threadsafe_functions.rs) - Thread safe function related functions. |