File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ See the [docs](http://docs.rs/assert_cmd) for more.
36
36
## Relevant crates
37
37
38
38
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.
40
40
* [ duct] [ duct ] for orchestrating multiple processes.
41
41
* or [ commandspec] for easier writing of commands
42
42
* [ rexpect] [ rexpect ] for testing interactive programs.
Original file line number Diff line number Diff line change 74
74
//! ## Relevant crates
75
75
//!
76
76
//! 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.
78
78
//! * [duct] for orchestrating multiple processes.
79
79
//! * or [commandspec] for easier writing of commands
80
80
//! * [rexpect][rexpect] for testing interactive programs.
You can’t perform that action at this time.
0 commit comments