diff --git a/src/content/api/cli.md b/src/content/api/cli.md index 9b23fed15246..1debffe527ea 100644 --- a/src/content/api/cli.md +++ b/src/content/api/cli.md @@ -217,11 +217,11 @@ Parameter | Explanation | Input type | D These options allow you to bind [modules](/configuration/module/) as allowed by webpack -Parameter | Explanation | Usage --------------------- | ---------------------------------- | ---------------- -`--module-bind` | Bind an extension to a loader | `--module-bind js=babel-loader` -`--module-bind-post` | Bind an extension to a post loader | -`--module-bind-pre` | Bind an extension to a pre loader | +Parameter | Explanation | Usage +-------------------- | -------------------------------------- | ---------------- +`--module-bind` | Bind a file extension to a loader | `--module-bind js=babel-loader` +`--module-bind-post` | Bind a file extension to a post loader | +`--module-bind-pre` | Bind a file extension to a pre loader | ### Watch Options