Skip to content

Commit

Permalink
Minor changes (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdxfixit authored and wohali committed Oct 19, 2017
1 parent 5d3ba58 commit 5befd0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/api/database/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -684,8 +684,7 @@ amount of duplicated code.
.. warning::
While :ref:`map functions <mapfun>` doesn't process the design documents,
using ``_view`` filter forces them to do this. You need to be sure, that
they are ready to handle documents with *alien* structure without panic
crush.
they are ready to handle documents with *alien* structure without panic.
.. note::
Using ``_view`` filter doesn't queries the view index files, so you cannot
Expand Down
2 changes: 1 addition & 1 deletion src/cluster/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Firewall

If you do not have a firewall between your servers, then you can skip this.

CouchDB in cluster mode uses the port ``5984`` just as standalone, but is also
CouchDB in cluster mode uses the port ``5984`` just as standalone, but it also
uses ``5986`` for node-local APIs.

Erlang uses TCP port ``4369`` (EPMD) to find other nodes, so all servers must be
Expand Down
2 changes: 1 addition & 1 deletion src/config/http.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ HTTP Server Options
[httpd]
allow_jsonp = false

.. _JSONP: http://www.json-p.org/
.. _JSONP: https://en.wikipedia.org/wiki/JSONP

.. config:option:: bind_address :: Listen IP address
Expand Down
2 changes: 1 addition & 1 deletion src/config/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Logging options
- ``warning`` or ``warn``: Warning messages are alerts about edge situations that
may lead to errors. For instance, compaction daemon alerts about low
or insufficient disk space at this level.
- ``error`` or ``err``: Error level includes only things that going wrong, crush
- ``error`` or ``err``: Error level includes only things that go wrong, like crash
reports and HTTP error responses (5xx codes).
- ``critical`` or ``crit``
- ``alert``
Expand Down

0 comments on commit 5befd0d

Please sign in to comment.