Skip to content

Commit d0a597f

Browse files
authored
Merge pull request #159 from dokku/fix-typo
docs: fix typo in generated docs
2 parents 85430d5 + b72c5a2 commit d0a597f

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
@@ -345,7 +345,7 @@ Expose the service on the service's normal ports, allowing access to it from the
345345
dokku mariadb:expose lollipop 3306
346346
```
347347

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

350350
```shell
351351
dokku mariadb:expose lollipop 127.0.0.1:3306

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)