Skip to content

Commit 3379d1e

Browse files
committed
box.cfg: review fixes
1 parent 7974ade commit 3379d1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/concepts/configuration/configuration_code.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,11 +341,11 @@ Configuration
341341
~~~~~~~~~~~~~
342342

343343
To configure traffic encryption, you need to set the special :ref:`URI parameters <index-uri-several-params>` for a particular connection.
344-
The parameters can be set for the following ``box.cfg`` options and ``nex.box`` method:
344+
The parameters can be set for the following ``box.cfg`` options and ``net.box`` method:
345345

346346
* :ref:`box.cfg.listen <cfg_basic-listen>` -- on the server side.
347-
* :ref:`box.cfg.replication <cfg_replication-replication>`--on the client side.
348-
* :ref:`net_box_object.connect() <net_box-connect>`--on the client side.
347+
* :ref:`box.cfg.replication <cfg_replication-replication>` -- on the client side.
348+
* :ref:`net_box_object.connect() <net_box-connect>` -- on the client side.
349349

350350
Below is the list of the parameters.
351351
In the :ref:`next section <configuration_code_iproto-encryption-config-sc>`, you can find details and examples on what should be configured on both the server side and the client side.

0 commit comments

Comments
 (0)