We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9788a0f commit 8c9448dCopy full SHA for 8c9448d
README.md
@@ -1,5 +1,5 @@
1
# tide-testing
2
-## a convenient bridge between surf and tide to generate synthetic events for testing
+## a convenient bridge between surf and tide to generate synthetic requests for testing
3
4
* [CI ![CI][ci-badge]][ci]
5
* [API Docs][docs] [![docs.rs docs][docs-badge]][docs]
src/lib.rs
@@ -7,7 +7,7 @@
7
)]
8
//! # Tide Testing Extension Trait
9
//!
10
-//! This trait provides an ergonomic extnsion for testing tide applications.
+//! This trait provides an ergonomic extension for testing tide applications.
11
12
//! ## Usage:
13
0 commit comments