Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
xuniq committed Oct 17, 2024
1 parent 149218e commit 42ffb40
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/reference/reference_lua/box_info/synchro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ box.info.synchro
- ``instance002`` is a follower instance.

.. literalinclude:: /code_snippets/snippets/replication/instances.enabled/box_info_synchro/config.yaml
:language: yaml
:start-at: groups
:end-at: 3302
:dedent:
:language: yaml
:start-at: groups
:end-at: 3302
:dedent:

On the **first** instance, grant the user with the ``super`` role:

Expand Down Expand Up @@ -149,7 +149,7 @@ box.info.synchro
---
...
box_info_synchro:instance001> for i = 1, 3 do fiber.new(function() box.space.sync:replace{i} end) end
--- end
---
...
Call the ``box.info.synchro`` command on the first instance again:
Expand Down

0 comments on commit 42ffb40

Please sign in to comment.