From 53214f4727c8604fcb1cf68c36696f9c55378afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Mon, 27 Jan 2020 11:16:29 +0100 Subject: [PATCH] Typofix: use_last_modified (#151) --- content/docs/static-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/static-files.md b/content/docs/static-files.md index 6f9c09c..7a5b482 100644 --- a/content/docs/static-files.md +++ b/content/docs/static-files.md @@ -33,7 +33,7 @@ index file. Use the [*Files::index_file()*][indexfile] method to configure this - `set_content_dispostion` - function to be used for mapping file's mime to corresponding `Content-Disposition` type - `use_etag` - specifies whether `ETag` shall be calculated and included in headers. -- `use_last_modifier` - specifies whether file modified timestamp should be used and added to `Last-Modified` header. +- `use_last_modified` - specifies whether file modified timestamp should be used and added to `Last-Modified` header. All of the above methods are optional and provided with the best defaults, But it is possible to customize any of them.