Fix small typo in fairings guide.

This commit is contained in:
Sergio Benitez 2017-07-12 15:36:16 -07:00
parent ed254bfdae
commit aa51fe0e11
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ struct Counter {
}
impl Fairing for Counter {
// This is a request and respone fairing named "GET/POST Counter".
// This is a request and response fairing named "GET/POST Counter".
fn info(&self) -> Info {
Info {
name: "GET/POST Counter",