From 8555a0fad50664233e58833189458f575ec6b8f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Fro=C5=82ow?= Date: Tue, 18 Apr 2017 21:45:30 +0200 Subject: [PATCH] Fix typo in Template documentation: words -> works. --- contrib/src/templates/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/templates/mod.rs b/contrib/src/templates/mod.rs index c7169a75..84d5ee8e 100644 --- a/contrib/src/templates/mod.rs +++ b/contrib/src/templates/mod.rs @@ -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