Fix typo in Template documentation: words -> works.

This commit is contained in:
Roman Frołow 2017-04-18 21:45:30 +02:00 committed by Sergio Benitez
parent 0e759edf78
commit 8555a0fad5
1 changed files with 1 additions and 1 deletions

View File

@ -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