Просмотр исходного кода

Wording tweak in static handler chapter in the guide

Loïc Hoguin 9 лет назад
Родитель
Сommit
fb6940599c
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      doc/src/guide/static_files.asciidoc

+ 2 - 2
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.