Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9265027

Browse files
arkeronetargos
authored andcommittedMay 1, 2021
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>
1 parent 60c7591 commit 9265027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/vm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ added: v0.11.7
10361036
* `object` {Object}
10371037
* Returns: {boolean}
10381038
1039-
Returns `true` if the given `oject` object has been [contextified][] using
1039+
Returns `true` if the given `object` object has been [contextified][] using
10401040
[`vm.createContext()`][].
10411041
10421042
## `vm.runInContext(code, contextifiedObject[, options])`

0 commit comments

Comments
 (0)
Please sign in to comment.