diff --git a/docs/src/rust_wasm_bindgen_rules_js.md b/docs/src/rust_wasm_bindgen_rules_js.md
index c358bccd0e..9ed570c74d 100644
--- a/docs/src/rust_wasm_bindgen_rules_js.md
+++ b/docs/src/rust_wasm_bindgen_rules_js.md
@@ -21,7 +21,7 @@ Generates javascript and typescript bindings for a webassembly module using [was
| Name | Description | Type | Mandatory | Default |
| :------------- | :------------- | :------------- | :------------- | :------------- |
| name | A unique name for this target. | Name | required | |
-| bindgen_flags | Flags to pass directly to the bindgen executable. See https://github.com/rustwasm/wasm-bindgen/ for details. | List of strings | optional | `[]` |
+| bindgen_flags | Flags to pass directly to the wasm-bindgen executable. See https://github.com/rustwasm/wasm-bindgen/ for details. | List of strings | optional | `[]` |
| target | The type of output to generate. See https://rustwasm.github.io/wasm-bindgen/reference/deployment.html for details. | String | optional | `"bundler"` |
| target_arch | The target architecture to use for the wasm-bindgen command line option. | String | optional | `"wasm32"` |
| wasm_file | The `.wasm` file or crate to generate bindings for. | Label | required | |
diff --git a/docs/src/rust_wasm_bindgen_rules_nodejs.md b/docs/src/rust_wasm_bindgen_rules_nodejs.md
index d27ca15e55..851910e61f 100644
--- a/docs/src/rust_wasm_bindgen_rules_nodejs.md
+++ b/docs/src/rust_wasm_bindgen_rules_nodejs.md
@@ -21,7 +21,7 @@ Generates javascript and typescript bindings for a webassembly module using [was
| Name | Description | Type | Mandatory | Default |
| :------------- | :------------- | :------------- | :------------- | :------------- |
| name | A unique name for this target. | Name | required | |
-| bindgen_flags | Flags to pass directly to the bindgen executable. See https://github.com/rustwasm/wasm-bindgen/ for details. | List of strings | optional | `[]` |
+| bindgen_flags | Flags to pass directly to the wasm-bindgen executable. See https://github.com/rustwasm/wasm-bindgen/ for details. | List of strings | optional | `[]` |
| target | The type of output to generate. See https://rustwasm.github.io/wasm-bindgen/reference/deployment.html for details. | String | optional | `"bundler"` |
| target_arch | The target architecture to use for the wasm-bindgen command line option. | String | optional | `"wasm32"` |
| wasm_file | The `.wasm` file or crate to generate bindings for. | Label | required | |