Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sadika9 authored and djc committed Dec 18, 2023
1 parent cc71e4a commit b8697ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/template_expansion.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b8697ba

Please sign in to comment.