Skip to content

Commit

Permalink
doc: change "oject" to "object"
Browse files Browse the repository at this point in the history
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 danielleadams committed May 8, 2021
1 parent 5b5597c commit f3a3263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/vm.md
Expand Up @@ -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])`
Expand Down

0 comments on commit f3a3263

Please sign in to comment.