From 97b628ba8eb97807394f528abda230499e70fcd3 Mon Sep 17 00:00:00 2001 From: Kyle Farnung Date: Wed, 28 Jun 2017 15:33:53 -0700 Subject: [PATCH] n-api: fix section title typo Backport-PR-URL: https://github.com/nodejs/node/pull/19447 PR-URL: https://github.com/nodejs/node/pull/13972 Reviewed-By: Vse Mozhet Byt Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- doc/api/n-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index b1cf4d2306c435..233741d56b018b 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -41,7 +41,7 @@ The documentation for N-API is structured as follows: * [Working with JavaScript Properties][] * [Working with JavaScript Functions][] * [Object Wrap][] -* [Aynchronous Operations][] +* [Asynchronous Operations][] The N-API is a C API that ensures ABI stability across Node.js versions and different compiler levels. However, we also understand that a C++