diff options
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/template_expansion.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/template_expansion.md b/book/src/template_expansion.md index a1c39fe..cd76d13 100644 --- a/book/src/template_expansion.md +++ b/book/src/template_expansion.md @@ -8,7 +8,7 @@ following examples might not be up-to-date. ## Basic explanations -Whwn you add `#[derive(Template)]` and `#[template(...)]` on your type, the +When you add `#[derive(Template)]` and `#[template(...)]` on your type, the `Template` derive proc-macro will then generate an implementation of the `askama::Template` trait which will be a Rust version of the template. |