Skip to content

Commit 98bce77

Browse files
committed
Fix typo error README.md
1 parent b8c97be commit 98bce77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ MySQL InnoDB Cluster dockerized environment for testing purposes
2020

2121
* The master branch is based on MySQL 8.0, the 5.7 branch is based on MySQL 5.7
2222
* MySQL InnoDB cluster is created on an existing group replication (see mysql/docker-entrypoint.sh for datails)
23-
* Unlike official MySQL docker image, user an database are created only on the first node and then propagated to other nodes. User an database are created after group repliation setup.
23+
* Unlike official MySQL docker image, user and database are created only on the first node and then propagated to other nodes. User and database are created after group repliation setup.
2424
* MySQL router creates the cluster after all nodes are up (see mysqlrouter/docker-entrypoint.sh). The cluster is created only if cluster doesen't exist.
2525

2626
## Environment variables

0 commit comments

Comments
 (0)