Skip to content

Commit 936fcb5

Browse files
committed
docs: correct typo in generated readme
1 parent e59116d commit 936fcb5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ Expose the service on the service's normal ports, allowing access to it from the
359359
dokku postgres:expose lollipop 5432
360360
```
361361

362-
Expose the service on the service's normal ports, with the first on a specified ip adddress (127.0.0.1):
362+
Expose the service on the service's normal ports, with the first on a specified ip address (127.0.0.1):
363363

364364
```shell
365365
dokku postgres:expose lollipop 127.0.0.1:5432
@@ -780,7 +780,7 @@ flags:
780780

781781
Schedule a backup:
782782

783-
> 'schedule' is a crontab expression, eg. "0 3 * * *" for each day at 3am
783+
> 'schedule' is a crontab expression, eg. "0 3 ** *" for each day at 3am
784784
785785
```shell
786786
dokku postgres:backup-schedule lollipop "0 3 * * *" my-s3-bucket

subcommands/expose

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source "$(dirname "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)")/functions"
88
service-expose-cmd() {
99
#E expose the service on the service's normal ports, allowing access to it from the public interface (0.0.0.0)
1010
#E dokku $PLUGIN_COMMAND_PREFIX:expose lollipop ${PLUGIN_DATASTORE_PORTS[@]}
11-
#E expose the service on the service's normal ports, with the first on a specified ip adddress (127.0.0.1)
11+
#E expose the service on the service's normal ports, with the first on a specified ip address (127.0.0.1)
1212
#E dokku $PLUGIN_COMMAND_PREFIX:expose lollipop 127.0.0.1:${PLUGIN_DATASTORE_PORTS[@]}
1313
#A service, service to run command against
1414
#A ports, a list of ports to run against

0 commit comments

Comments
 (0)