Skip to content

Commit

Permalink
doc: standardize command flag notes
Browse files Browse the repository at this point in the history
remove italic styling from command flag notes

PR-URL: #38199
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
iguessitsokay authored and targos committed May 1, 2021
1 parent a4275ee commit e6c599b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/api/vm.md
Expand Up @@ -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`
Expand Down Expand Up @@ -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}

Expand Down Expand Up @@ -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}

Expand Down

0 comments on commit e6c599b

Please sign in to comment.