From 10c3c0ee5733cfa5cf4c2825c6a8fce9f05060aa Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 26 Oct 2022 01:18:02 +0900 Subject: [PATCH] chore(napi): fix typo in README.md (#16414) Enviornment -> Environment --- cli/napi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/napi/README.md b/cli/napi/README.md index 210d89b180..cd89bf83a6 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.