From fb6940599c6195429b0471f2fd04f61af323ff3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 6 Jun 2016 16:12:24 +0200 Subject: Wording tweak in static handler chapter in the guide --- doc/src/guide/static_files.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/guide/static_files.asciidoc b/doc/src/guide/static_files.asciidoc index 39197a8..ef27119 100644 --- a/doc/src/guide/static_files.asciidoc +++ b/doc/src/guide/static_files.asciidoc @@ -124,8 +124,8 @@ a binary string is also allowed (but will require extra processing). If the function can't figure out the mimetype, then it should return `{<<"application">>, <<"octet-stream">>, []}`. -When the static handler fails to find the extension in the -list, it will send the file as `application/octet-stream`. +When the static handler fails to find the extension, +it will send the file as `application/octet-stream`. A browser receiving such file will attempt to download it directly to disk. -- cgit v1.2.3