Skip to content

Commit b4a7e01

Browse files
doc: typo fix
Co-authored-by: Mike McCready <[email protected]>
1 parent 3f3c370 commit b4a7e01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ It does several things at once:
18371837
2. If `contextObject` is an object, [contextifies][contextified] it with the new context.
18381838
If `contextObject` is undefined, creates a new object and [contextifies][contextified] it.
18391839
If `contextObject` is [`vm.constants.DONT_CONTEXTIFY`][], don't [contextify][contextified] anything.
1840-
3. Compiles the code as a`vm.Script`
1840+
3. Compiles the code as a `vm.Script`
18411841
4. Runs the compiled code within the created context. The code does not have access to the scope in
18421842
which this method is called.
18431843
5. Returns the result.

0 commit comments

Comments
 (0)