Skip to content

Commit 20fda56

Browse files
authored
doc: fix typo in vm.md
Signed-off-by: Daijiro Wachi <daijiro.wachi@gmail.com> PR-URL: #63881 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 8c43981 commit 20fda56

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
@@ -692,7 +692,7 @@ in the ECMAScript specification.
692692
work after that. **Default:** `false`.
693693
* Returns: {Promise} Fulfills with `undefined` upon success.
694694

695-
Evaluate the module and its depenendencies. Corresponds to the [Evaluate() concrete method][] field of
695+
Evaluate the module and its dependencies. Corresponds to the [Evaluate() concrete method][] field of
696696
[Cyclic Module Record][]s in the ECMAScript specification.
697697

698698
If the module is a `vm.SourceTextModule`, `evaluate()` must be called after the module has been instantiated;

0 commit comments

Comments
 (0)