diff --git a/site/guide/responses.md b/site/guide/responses.md index 2be6b1f3..b3c69ed9 100644 --- a/site/guide/responses.md +++ b/site/guide/responses.md @@ -150,7 +150,7 @@ whether the error type `E` implements `Responder`. When the error type `E` implements `Responder`, the wrapped `Responder` in `Ok` or `Err`, whichever it might be, is used to respond to the client. This means that the responder can be chosen dynamically at run-time, and two different -kinds of responses can be used depending on the circumstances. Revisting our +kinds of responses can be used depending on the circumstances. Revisiting our file server, for instance, we might wish to provide more feedback to the user when a file isn't found. We might do this as follows: