This commit is contained in:
Tom Willemse 2014-04-23 23:15:58 +02:00
parent f53c14ed32
commit 714c6f593e
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ Easily delete them too.
The download view is the same as the raw view except that the
~Content-Disposition~ header has been set to ~attachment~. This causes
a download dialog to show up instead of your browser trying to
render it. This ir viewed by prefixing the last part of the URL
render it. This is viewed by prefixing the last part of the URL
with ~dl/~. For example:
: http://yourserver.example.com/dl/abcdef1

View file

@ -105,7 +105,7 @@ http://yourserver.example.com/abcdef1</pre>
that the <code>Content-Disposition</code> header has
been set to <code>attachment</code>. This causes a
download dialog to show up instead of your browser
trying to render it. This ir viewed by prefixing the
trying to render it. This is viewed by prefixing the
last part of the URL with <code>dl/</code>. For example:
</p>