mirror of https://github.com/rwf2/Rocket.git
Fix typo in Template documentation: words -> works.
This commit is contained in:
parent
0e759edf78
commit
8555a0fad5
|
@ -24,7 +24,7 @@ use rocket::http::{ContentType, Status};
|
|||
/// The Template type implements generic support for template rendering in
|
||||
/// Rocket.
|
||||
///
|
||||
/// Templating in Rocket words by first discovering all of the templates inside
|
||||
/// Templating in Rocket works by first discovering all of the templates inside
|
||||
/// the template directory. The template directory is configurable via the
|
||||
/// `template_dir` configuration parameter and defaults to `templates/`. The
|
||||
/// path set in `template_dir` should be relative to the Rocket configuration
|
||||
|
|
Loading…
Reference in New Issue