You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2016/12/01 02:14:53 UTC

documentation commit: updated refs/heads/master to c58e360

Repository: couchdb-documentation
Updated Branches:
  refs/heads/master 77b5d1d63 -> c58e360bb


Fixing type error

PR: #84
PR-URL: https://github.com/apache/couchdb-documentation/pull/84
Reviewed-By: Robert Kowalski <ro...@kowalski.gd>


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/c58e360b
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/c58e360b
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/c58e360b

Branch: refs/heads/master
Commit: c58e360bb7bdf7e3f691aaf26bb7aa6029aba530
Parents: 77b5d1d
Author: Victor Palomo de Castro <vi...@gmail.com>
Authored: Thu Oct 20 18:06:48 2016 -0200
Committer: Robert Kowalski <ro...@apache.org>
Committed: Thu Dec 1 03:14:44 2016 +0100

----------------------------------------------------------------------
 src/whatsnew/2.0.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/c58e360b/src/whatsnew/2.0.rst
----------------------------------------------------------------------
diff --git a/src/whatsnew/2.0.rst b/src/whatsnew/2.0.rst
index 0ceaf5e..6640c7c 100644
--- a/src/whatsnew/2.0.rst
+++ b/src/whatsnew/2.0.rst
@@ -35,7 +35,7 @@ Version 2.0.0
   URL remains the same.
 * The new Mango Query Server provides a simple JSON-based way to perform CouchDB
   queries without JavaScript or MapReduce. Mango Queries have a similar indexing
-  speed advantage over JavaScript Quries than the Erlang Queries have (2x-10x
+  speed advantage over JavaScript Queries than the Erlang Queries have (2x-10x
   faster indexing depending on doc size and system configuration). We recommend
   all new apps start using Mango as a default. Further details are available
   in the :ref:`_find, _index and _explain API <api/db/_find>`.