aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-23 23:15:58 +0200
committerGravatar Tom Willemse2014-04-23 23:15:58 +0200
commit714c6f593eaa28ab8f45116037f5f0281405f8fc (patch)
tree5d8eeddbc765193b9105e9ff53c22ba187952613
parentf53c14ed324fc950b441b4fd8d1bc5d54e8295a6 (diff)
downloadhypo-714c6f593eaa28ab8f45116037f5f0281405f8fc.tar.gz
hypo-714c6f593eaa28ab8f45116037f5f0281405f8fc.zip
Fix typo
-rw-r--r--README.org2
-rw-r--r--templates/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index af0c863..42a71e8 100644
--- a/README.org
+++ b/README.org
@@ -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
diff --git a/templates/index.html b/templates/index.html
index 8b5bc73..08318a9 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -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>