Skip to content

Commit fe6afbb

Browse files
authored
Merge pull request #345 from dokku/fix-typo
docs: fix typo in generated docs
2 parents e59116d + 945e43c commit fe6afbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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

subcommands/expose

Lines changed: 1 addition & 1 deletion
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)