Skip to content

Commit 5c9572d

Browse files
committed
doc: update VM section text
This commit updates the VM section with suggestion for a minor improvement (hopefully) of the text. PR-URL: #20595 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 590769b commit 5c9572d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/vm.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ The sandboxed code uses a different V8 Context, meaning that
1717
it has a different global object than the rest of the code.
1818

1919
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
20+
object. The sandboxed code treats any property in the sandbox like a
21+
global variable. Any changes to global variables caused by the sandboxed
2222
code are reflected in the sandbox object.
2323

2424
```js

0 commit comments

Comments
 (0)