summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wenk <andywenk@apache.org>2013-11-25 23:51:46 +0100
committerAndy Wenk <andywenk@apache.org>2013-11-25 23:52:08 +0100
commit4e57f8fd1c8cf788e994cc332bc915d2c11d8c1b (patch)
tree7a994897098ac0dd7badb1b0f5afd5a0a966198b
parentd25d31c89225c65776d674d1d7025a43e441c209 (diff)
downloadcouchdb-4e57f8fd1c8cf788e994cc332bc915d2c11d8c1b.tar.gz
minor documentation improvements in ddoc
-rw-r--r--share/doc/src/api/ddoc/common.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/doc/src/api/ddoc/common.rst b/share/doc/src/api/ddoc/common.rst
index fb992f710..8ff571ba5 100644
--- a/share/doc/src/api/ddoc/common.rst
+++ b/share/doc/src/api/ddoc/common.rst
@@ -30,9 +30,9 @@
.. http:get:: /{db}/_design/{ddoc}
:synopsis: Returns the design document
- Returns design document with the specified design document` from the specified
- database. Unless you request a specific revision, the latest revision of the
- document will always be returned.
+ Returns the contents of the design document specified with the name of the design
+ document and from the specified database from the URL. Unless you request a specific
+ revision, the latest revision of the document will always be returned.
.. seealso::