Skip to content

Commit b63d97f

Browse files
authored
Merge pull request #63 from dokku/fix-typo
docs: fix typo in generated docs
2 parents 9e938f0 + a83a3e0 commit b63d97f

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
@@ -320,7 +320,7 @@ Expose the service on the service's normal ports, allowing access to it from the
320320
dokku graphite:expose lollipop 8125 8126 80 81 2003
321321
```
322322

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

325325
```shell
326326
dokku graphite:expose lollipop 127.0.0.1:8125 8126 80 81 2003

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)