diff --git a/doc/api/vm.md b/doc/api/vm.md index 38cd874940c098..dfc0cfc6d7e056 100644 --- a/doc/api/vm.md +++ b/doc/api/vm.md @@ -387,8 +387,8 @@ added: > Stability: 1 - Experimental -*This feature is only available with the `--experimental-vm-modules` command -flag enabled.* +This feature is only available with the `--experimental-vm-modules` command +flag enabled. The `vm.Module` class provides a low-level interface for using ECMAScript modules in VM contexts. It is the counterpart of the `vm.Script` @@ -699,8 +699,8 @@ added: v9.6.0 > Stability: 1 - Experimental -*This feature is only available with the `--experimental-vm-modules` command -flag enabled.* +This feature is only available with the `--experimental-vm-modules` command +flag enabled. * Extends: {vm.Module} @@ -829,8 +829,8 @@ added: > Stability: 1 - Experimental -*This feature is only available with the `--experimental-vm-modules` command -flag enabled.* +This feature is only available with the `--experimental-vm-modules` command +flag enabled. * Extends: {vm.Module}