diff options
author | Marcos Brito <marcos.brito0507@gmail.com> | 2024-01-17 21:33:24 -0300 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2024-01-18 10:24:13 +0100 |
commit | 29b25505b496510217a39606a5f72884867ef492 (patch) | |
tree | 8511a5bd2b9950cead0e45382f2c0069d3cf9f4d /book | |
parent | 250828a6d25148d35d394975aa9f45e89c734013 (diff) | |
download | askama-29b25505b496510217a39606a5f72884867ef492.tar.gz askama-29b25505b496510217a39606a5f72884867ef492.tar.bz2 askama-29b25505b496510217a39606a5f72884867ef492.zip |
docs: fix a typo
Diffstat (limited to '')
-rw-r--r-- | book/src/configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md index dfe7744..75e19a7 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -68,7 +68,7 @@ pub struct SomeTemplate; If you configure `whitespace` directly into the `template` derive proc-macro, it will take precedence over the one in your configuration file. So in this -case, if you already set `whitespace = "minimize` into your configuration file, +case, if you already set `whitespace = "minimize"` into your configuration file, it will be replaced by `suppress` for this template. ## Custom syntaxes |