From 92650278eb3fc64d219386a5db9b471ccb78e7bf Mon Sep 17 00:00:00 2001 From: Arkerone Date: Fri, 16 Apr 2021 09:56:07 +0200 Subject: [PATCH] doc: change "oject" to "object" PR-URL: https://github.com/nodejs/node/pull/38256 Reviewed-By: Darshan Sen Reviewed-By: Harshitha K P Reviewed-By: Benjamin Gruenbaum Reviewed-By: Richard Lau Reviewed-By: James M Snell --- doc/api/vm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/vm.md b/doc/api/vm.md index dfc0cfc6d7e056..23370340dfb9a8 100644 --- a/doc/api/vm.md +++ b/doc/api/vm.md @@ -1036,7 +1036,7 @@ added: v0.11.7 * `object` {Object} * Returns: {boolean} -Returns `true` if the given `oject` object has been [contextified][] using +Returns `true` if the given `object` object has been [contextified][] using [`vm.createContext()`][]. ## `vm.runInContext(code, contextifiedObject[, options])`