Skip to content

Commit 967b174

Browse files
authored
Merge pull request #105 from EverlastingBugstopper/avery/s-configurin-configuring
fix: Typo configurin -> configuring
2 parents 9ad1c3e + a2eea4e commit 967b174

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ See the [docs](http://docs.rs/assert_cmd) for more.
3636
## Relevant crates
3737

3838
Other crates that might be useful in testing command line programs.
39-
* [escargot][escargot] for more control over configurin the crate's binary.
39+
* [escargot][escargot] for more control over configuring the crate's binary.
4040
* [duct][duct] for orchestrating multiple processes.
4141
* or [commandspec] for easier writing of commands
4242
* [rexpect][rexpect] for testing interactive programs.

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
//! ## Relevant crates
7575
//!
7676
//! Other crates that might be useful in testing command line programs.
77-
//! * [escargot][escargot] for more control over configurin the crate's binary.
77+
//! * [escargot][escargot] for more control over configuring the crate's binary.
7878
//! * [duct] for orchestrating multiple processes.
7979
//! * or [commandspec] for easier writing of commands
8080
//! * [rexpect][rexpect] for testing interactive programs.

0 commit comments

Comments
 (0)