diff --git a/README.md b/README.md index f51a9e4..5e96628 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ See the [docs](http://docs.rs/assert_cmd) for more. ## Relevant crates Other crates that might be useful in testing command line programs. -* [escargot][escargot] for more control over configurin the crate's binary. +* [escargot][escargot] for more control over configuring the crate's binary. * [duct][duct] for orchestrating multiple processes. * or [commandspec] for easier writing of commands * [rexpect][rexpect] for testing interactive programs. diff --git a/src/lib.rs b/src/lib.rs index a068670..af4b370 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -74,7 +74,7 @@ //! ## Relevant crates //! //! Other crates that might be useful in testing command line programs. -//! * [escargot][escargot] for more control over configurin the crate's binary. +//! * [escargot][escargot] for more control over configuring the crate's binary. //! * [duct] for orchestrating multiple processes. //! * or [commandspec] for easier writing of commands //! * [rexpect][rexpect] for testing interactive programs.