Fix typo
This commit is contained in:
parent
f53c14ed32
commit
714c6f593e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue