We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88bc6da commit 9177f73Copy full SHA for 9177f73
doc/api/vm.md
@@ -17,8 +17,8 @@ The sandboxed code uses a different V8 Context, meaning that
17
it has a different global object than the rest of the code.
18
19
One can provide the context by ["contextifying"][contextified] a sandbox
20
-object. The sandboxed code treats any property on the sandbox like a
21
-global variable. Any changes on global variables caused by the sandboxed
+object. The sandboxed code treats any property in the sandbox like a
+global variable. Any changes to global variables caused by the sandboxed
22
code are reflected in the sandbox object.
23
24
```js
0 commit comments