diff --git a/site/guide/fairings.md b/site/guide/fairings.md index 181739ef..4bf71d41 100644 --- a/site/guide/fairings.md +++ b/site/guide/fairings.md @@ -76,7 +76,7 @@ be significant. For simple occasions, implementing the `Fairing` trait can be cumbersome. This is why Rocket provides the [`AdHoc`] type, which creates a fairing from a simple -function or clusure. +function or clusure. Using the `AdHoc` type is easy: simply call the `on_attach`, `on_launch`, `on_request`, or `on_response` constructors to create an `AdHoc` structure from