From b8697ba20205c01ac43da4e3054a2d3f3be007b9 Mon Sep 17 00:00:00 2001 From: Sadika Sumanapala Date: Mon, 18 Dec 2023 23:10:22 +0530 Subject: Fix typo --- book/src/template_expansion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'book') 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. -- cgit