Skip to content

Commit bce92fc

Browse files
derrabusgreg0ire
andauthored
Apply suggestions from code review
Co-authored-by: Grégoire Paris <[email protected]>
1 parent 5789567 commit bce92fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/reference/configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ string is taken into account when determining the platform.
349349
MySQL
350350
^^^^^
351351

352-
Connet to your MySQL server and run the ``SELECT VERSION()`` query::
352+
Connect to your MySQL server and run the ``SELECT VERSION()`` query::
353353

354354
mysql> SELECT VERSION();
355355
+-----------+
@@ -364,7 +364,7 @@ In the example above, ``8.0.32`` is the correct value for ``serverVersion``.
364364
MariaDB
365365
^^^^^^^
366366

367-
Connet to your MariaDB server and run the ``SELECT VERSION()`` query::
367+
Connect to your MariaDB server and run the ``SELECT VERSION()`` query::
368368

369369
MariaDB [(none)]> SELECT VERSION();
370370
+-----------------------------------------+

0 commit comments

Comments
 (0)