docs: correct typo in generated readme

This commit is contained in:
Jose Diaz-Gonzalez
2025-04-28 23:07:49 -04:00
parent 963b43c8b3
commit 2f47264ee3
2 changed files with 3 additions and 3 deletions

View File

@@ -345,7 +345,7 @@ Expose the service on the service's normal ports, allowing access to it from the
dokku mysql:expose lollipop 3306
```
Expose the service on the service's normal ports, with the first on a specified ip adddress (127.0.0.1):
Expose the service on the service's normal ports, with the first on a specified ip address (127.0.0.1):
```shell
dokku mysql:expose lollipop 127.0.0.1:3306
@@ -729,7 +729,7 @@ flags:
Schedule a backup:
> 'schedule' is a crontab expression, eg. "0 3 * * *" for each day at 3am
> 'schedule' is a crontab expression, eg. "0 3 ** *" for each day at 3am
```shell
dokku mysql:backup-schedule lollipop "0 3 * * *" my-s3-bucket