mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: change "oject" to "object"
PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
@@ -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])`
|
||||
|
||||
Reference in New Issue
Block a user