X Tutup
The Wayback Machine - https://web.archive.org/web/20210828181000/https://github.com/nodejs/node/commit/6d04cc6849
Skip to content
Permalink
Browse files
doc: change "oject" to "object"
PR-URL: #38256
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Harshitha K P <harshitha014@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
arkerone authored and jasnell committed Apr 16, 2021
1 parent 369f239 commit 6d04cc684952ccbaa4a0cad36752a0f2bbaaa048
Showing with 1 addition and 1 deletion.
  1. +1 −1 doc/api/vm.md
@@ -1061,7 +1061,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])`

0 comments on commit 6d04cc6

Please sign in to comment.
X Tutup