diff --git a/README.md b/README.md index 93b1850..b3c4e2d 100644 --- a/README.md +++ b/README.md @@ -334,7 +334,7 @@ Expose the service on the service's normal ports, allowing access to it from the dokku rethinkdb:expose lollipop 28015 29015 8080 ``` -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 rethinkdb:expose lollipop 127.0.0.1:28015 29015 8080 diff --git a/subcommands/expose b/subcommands/expose index 1e6b081..ab541d6 100755 --- a/subcommands/expose +++ b/subcommands/expose @@ -8,7 +8,7 @@ source "$(dirname "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)")/functions" service-expose-cmd() { #E expose the service on the service's normal ports, allowing access to it from the public interface (0.0.0.0) #E dokku $PLUGIN_COMMAND_PREFIX:expose lollipop ${PLUGIN_DATASTORE_PORTS[@]} - #E expose the service on the service's normal ports, with the first on a specified ip adddress (127.0.0.1) + #E expose the service on the service's normal ports, with the first on a specified ip address (127.0.0.1) #E dokku $PLUGIN_COMMAND_PREFIX:expose lollipop 127.0.0.1:${PLUGIN_DATASTORE_PORTS[@]} #A service, service to run command against #A ports, a list of ports to run against