really fix typo
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ade9dae2 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ade9dae2 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ade9dae2 Branch: refs/heads/1.6.x Commit: ade9dae2311b43b9c742d7a94ce0159416ebba0f Parents: ffa54d8 Author: Robert Newson <[email protected]> Authored: Thu Jul 10 09:15:52 2014 +0100 Committer: Robert Newson <[email protected]> Committed: Thu Jul 10 09:15:52 2014 +0100 ---------------------------------------------------------------------- share/doc/src/couchapp/views/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/ade9dae2/share/doc/src/couchapp/views/intro.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/couchapp/views/intro.rst b/share/doc/src/couchapp/views/intro.rst index f7d0738..5d588ed 100644 --- a/share/doc/src/couchapp/views/intro.rst +++ b/share/doc/src/couchapp/views/intro.rst @@ -378,7 +378,7 @@ B-trees are structured, we can cache the intermediate reduce results in the non-leaf nodes of the tree, so reduce queries can be computed along arbitrary key ranges in logarithmic time. See Figure 1, âComments map functionâ. -In the blog app, we use ``group_leve`` reduce queries to compute the count of +In the blog app, we use ``group_level`` reduce queries to compute the count of comments both on a per-post and total basis, achieved by querying the same view index with different methods. With some array keys, and assuming each key has the value ``1``:
