summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kowalski <rok@kowalski.gd>2014-01-12 01:45:22 +0100
committerAndy Wenk <andywenk@apache.org>2014-01-12 11:20:20 +0100
commite7b0a9a1ea0bee39776be23b5999727ef37bead0 (patch)
tree747d8a42ecb6a7b741bb766d29c233b4cc0ccd21
parent4396ea3d7a48108a70a5ffe8de93892d402417c9 (diff)
downloadcouchdb-e7b0a9a1ea0bee39776be23b5999727ef37bead0.tar.gz
docs: fix highlighting of artwork.jpg
-rw-r--r--share/doc/src/intro/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/src/intro/api.rst b/share/doc/src/intro/api.rst
index 3fb413a82..9525bee57 100644
--- a/share/doc/src/intro/api.rst
+++ b/share/doc/src/intro/api.rst
@@ -567,7 +567,7 @@ documents, music, or movie files. Let's make one.
Attachments get their own URL where you can upload data. Say we want to add
the album artwork to the ``6e1295ed6c29495e54cc05947f18c8af`` document
(*"There is Nothing Left to Lose"*), and let's also say the artwork is in a file
-artwork `.jpg` in the current directory::
+`artwork.jpg` in the current directory::
curl -vX PUT http://127.0.0.1:5984/albums/6e1295ed6c29495e54cc05947f18c8af/artwork.jpg?rev=2-2739352689 \
--data-binary @artwork.jpg -H "Content-Type:image/jpg"