Repository: couchdb-documentation Updated Branches: refs/heads/master 51fccc8be -> ce0169917
fix typo, we mean the language here Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/ce016991 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/ce016991 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/ce016991 Branch: refs/heads/master Commit: ce01699174dc3a5b5fb367d074f2805c00197fbd Parents: 51fccc8 Author: Robert Newson <[email protected]> Authored: Tue May 5 12:05:26 2015 +0100 Committer: Robert Newson <[email protected]> Committed: Tue May 5 12:05:26 2015 +0100 ---------------------------------------------------------------------- src/couchapp/views/intro.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/ce016991/src/couchapp/views/intro.rst ---------------------------------------------------------------------- diff --git a/src/couchapp/views/intro.rst b/src/couchapp/views/intro.rst index 5f2fb23..fd9b326 100644 --- a/src/couchapp/views/intro.rst +++ b/src/couchapp/views/intro.rst @@ -470,8 +470,8 @@ Consider the map result are: .. code-block:: javascript - "afrikan", 1 - "afrikan", 1 + "afrikaans", 1 + "afrikaans", 1 "chinese", 1 "chinese", 1 "chinese", 1 @@ -558,8 +558,8 @@ want to get a list of all the unique labels in our view: .. code-block:: javascript - "abc", "afrikan" - "cef", "afrikan" + "abc", "afrikaans" + "cef", "afrikaans" "fhi", "chinese" "hkl", "chinese" "ino", "chinese"
