Skip to content

Commit b107945

Browse files
Typo correction on doc (#1593)
`depednencies` -> `dependencies`
1 parent ca56782 commit b107945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The rules are released, and releases can be found on [the GitHub Releases page](
4848
- [rust_bindgen](rust_bindgen.md): rules for generating C++ bindings.
4949
- [rust_wasm_bindgen](rust_wasm_bindgen.md): rules for generating [WebAssembly](https://www.rust-lang.org/what/wasm) bindings.
5050
- [cargo](cargo.md): Rules dedicated to Cargo compatibility. ie: [`build.rs` scripts](https://doc.rust-lang.org/cargo/reference/build-scripts.html).
51-
- [crate_universe](crate_universe.md): Rules for generating Bazel targets for external crate depednencies.
51+
- [crate_universe](crate_universe.md): Rules for generating Bazel targets for external crate dependencies.
5252

5353
You can also browse the [full API in one page](flatten.md).
5454

0 commit comments

Comments
 (0)