chore: fix typo

This commit is contained in:
Jose Diaz-Gonzalez
2023-12-09 13:51:12 -05:00
parent 63a51d0d31
commit f2d6006d58
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ export MYSQL_IMAGE_VERSION="${PLUGIN_IMAGE_VERSION}"
dokku mysql:create lollipop
```
You can also specify custom environment variables to start the mysql service in semi-colon separated form.
You can also specify custom environment variables to start the mysql service in semicolon-separated form.
```shell
export MYSQL_CUSTOM_ENV="USER=alpha;HOST=beta"