mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-17 23:19:06 +00:00
Fix small typo in fairings guide.
This commit is contained in:
parent
ed254bfdae
commit
aa51fe0e11
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user