Fix typo in responses guide: 'T he' -> 'The'.

This commit is contained in:
Desmond 2018-11-22 20:29:36 +08:00 committed by Sergio Benitez
parent a4dcb0cf4c
commit d3c161e7d6
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ type that implements `Serialize` and serializes into an `Object` value, such as
structs, `HashMaps`, and others.
For a template to be renderable, it must first be registered. The `Template`
fairing automatically registers all discoverable templates when attached.T he
fairing automatically registers all discoverable templates when attached. The
[Fairings](../fairings) sections of the guide provides more information on
fairings. To attach the template fairing, simply call
`.attach(Template::fairing())` on an instance of `Rocket` as follows: