diff options
author | Andrew Teich <andrewteich@me.com> | 2014-09-18 22:09:24 -0700 |
---|---|---|
committer | Trevor Norris <trev.norris@gmail.com> | 2014-09-19 16:55:25 -0700 |
commit | d66adf0c85fa8b26c7f72c5bd030fbcb79dbb0bb (patch) | |
tree | 5ec0ebbc5dcda18c9ece96d48c6443a1b2617578 /doc | |
parent | 30bd7b672cbb7ef9a400eb34f6d5c778991e1b3c (diff) | |
download | node-new-d66adf0c85fa8b26c7f72c5bd030fbcb79dbb0bb.tar.gz |
doc: corrected typo in vm docs
Reviewed-by: Trevor Norris <trev.norris@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/vm.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/vm.markdown b/doc/api/vm.markdown index 0f963ca435..c73a86da62 100644 --- a/doc/api/vm.markdown +++ b/doc/api/vm.markdown @@ -85,7 +85,7 @@ returns the result. Running code does not have access to local scope. The `vm.runInContext` takes the same options as `vm.runInThisContext`. -Example: compile and execute differnt scripts in a single existing context. +Example: compile and execute different scripts in a single existing context. var util = require('util'); var vm = require('vm'); |