Skip to content

Commit ae8e911

Browse files
committed
Update per TW review
1 parent 0abd19f commit ae8e911

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/reference/reference_lua/config.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ config API
9292
.. method:: get([param, opts])
9393

9494
Get a configuration applied to the current or remote instance.
95-
Note that there is the following difference between getting a configuration for the current and remote instance:
95+
Note the following differences between getting a configuration for the current and remote instance:
9696

9797
- For the current instance, ``get()`` returns an instance configuration considering :ref:`environment variables <configuration_environment_variable>`.
9898
- For a remote instance, ``get()`` only considers a cluster configuration and ignores environment variables.
@@ -179,7 +179,7 @@ config API
179179
**Example: configuration warnings**
180180

181181
In the example below, the instance's state is ``check_warnings``.
182-
The ``alerts`` section informs that privileges to the ``bands`` space for ``sampleuser`` cannot be granted because the ``bands`` space has not created yet:
182+
The ``alerts`` section informs that privileges to the ``bands`` space for ``sampleuser`` cannot be granted because the ``bands`` space has not been created yet:
183183

184184
.. code-block:: tarantoolsession
185185
@@ -259,7 +259,7 @@ config API
259259

260260
Get a URI of the current or remote instance.
261261

262-
:param string uri_type: a URI type. There are the following URI types are supported:
262+
:param string uri_type: a URI type. The following URI types are supported:
263263

264264
* ``peer`` -- a URI used to advertise the instance to other cluster members. See also: :ref:`iproto.advertise.peer <configuration_reference_iproto_advertise_peer>`.
265265
* ``sharding`` -- a URI used to advertise the current instance to a router and rebalancer. See also: :ref:`iproto.advertise.sharding <configuration_reference_iproto_advertise_sharding>`.
@@ -318,7 +318,7 @@ config API
318318
log.info("Connection URI for %q: %s:%s", instance_name, conn.host, conn.port)
319319
end
320320
321-
In this example, the same actions are performed for instances from the specific replica set:
321+
In this example, the same actions are performed for instances from the specified replica set:
322322

323323
.. code-block:: lua
324324

0 commit comments

Comments
 (0)