Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Commit 2bea1dc

Browse files
committed
Key name correction in ddoc example
1 parent 49e9ff4 commit 2bea1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ddocs/ddocs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Design documents are denoted by an id field with the format ``_design/{name}``.
4242
.. code-block:: json
4343
4444
{
45-
"id": "_design/example",
45+
"_id": "_design/example",
4646
}
4747
4848
.. _viewfun:

0 commit comments

Comments
 (0)