From 66e2e7cb4bbd03e3dd11477b13b07689734b1f1d Mon Sep 17 00:00:00 2001 From: Colin Ihrig Date: Wed, 5 Jul 2023 12:15:47 -0400 Subject: [PATCH] doc: fix 'partial' typo PR-URL: https://github.com/nodejs/node/pull/48657 Reviewed-By: Moshe Atlow Reviewed-By: Deokjin Kim Reviewed-By: Richard Lau Reviewed-By: Yagiz Nizipli Reviewed-By: Luigi Pinca --- doc/api/globals.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/globals.md b/doc/api/globals.md index 290544c43e0522..63b15b4b7f8788 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -591,7 +591,7 @@ added: REPLACEME > Stability: 1 - Experimental -A patrial implementation of the [Navigator API][]. +A partial implementation of the [Navigator API][]. ## `navigator` @@ -601,7 +601,7 @@ added: REPLACEME > Stability: 1 - Experimental -A patrial implementation of [`window.navigator`][]. +A partial implementation of [`window.navigator`][]. ### `navigator.hardwareConcurrency`