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 2022/05/14 13:25:40 UTC

[couchdb-documentation] 01/01: Fix to correctly show inline-code

This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch big-r81-fix-inline-code
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 3c118d422c7a72ce189e9e781b83490bcf7d9178
Author: Ronny <ro...@apache.org>
AuthorDate: Sat May 14 15:25:35 2022 +0200

    Fix to correctly show inline-code
---
 src/api/server/common.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/api/server/common.rst b/src/api/server/common.rst
index eac1e02..35b124c 100644
--- a/src/api/server/common.rst
+++ b/src/api/server/common.rst
@@ -1847,9 +1847,9 @@ containing only the requested individual statistic.
         ...remaining couchdb metrics from _stats and _system
 
 If an additional port config option is specified, then a client can call this API using
-that port which does not require authentication. This option is ``false``(OFF) by default.
-When the option ``true``(ON), the default ports for a 3 node cluster are ``17986``,
-``27986``, ``37986``.
+that port which does not require authentication. This option is ``false`` (OFF)
+by default. When the option ``true`` (ON), the default ports for a 3 node cluster
+are ``17986``, ``27986``, ``37986``.
 See :ref:`Configuration of Prometheus Endpoint <config/prometheus>` for details.
 
 .. code-block:: http