From 875ed1ed12b3a770e42ff0712b4e395c3e7f6315 Mon Sep 17 00:00:00 2001 From: Adrian Duong Date: Tue, 13 Oct 2020 09:08:32 -0700 Subject: [PATCH] docs: fix typo in CONTRIBUTING.md (#1772) consistend -> consistent --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8277afe8..987ee2f6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -106,7 +106,7 @@ cargo fmt Testing is critical to making sure starship works as intended on systems big and small. Starship interfaces with many applications and system APIs when generating the prompt, so there's a lot of room for bugs to slip in. -Unit tests are written using the built-in Rust testing library in the same file as the implementation, as is traditionally done in Rust codebases. These tests can be run with `cargo test` and are run on GitHub as part of our GitHub Actions continuous integration to ensure consistend behavior. +Unit tests are written using the built-in Rust testing library in the same file as the implementation, as is traditionally done in Rust codebases. These tests can be run with `cargo test` and are run on GitHub as part of our GitHub Actions continuous integration to ensure consistent behavior. All tests that test the rendered output of a module should use `ModuleRenderer`. For Example: