mirror of
https://github.com/dokku/dokku.git
synced 2025-12-14 19:17:41 +01:00
chore: fix some typos in markdown file
Signed-off-by: binchengqu <bincheng@before.tech>
This commit is contained in:
@@ -97,7 +97,7 @@ need to do
|
||||
|
||||
### Which branch to base the work
|
||||
|
||||
All changes should be be based on the latest master commit.
|
||||
All changes should be based on the latest master commit.
|
||||
|
||||
### Submitting Changes
|
||||
|
||||
|
||||
@@ -284,7 +284,7 @@ The default value may be set by passing an empty value for the option:
|
||||
dokku network:set node-js-app tld
|
||||
```
|
||||
|
||||
The `tld` property can also be set globally. The global default is emty string, and the global value is used when no app-specific value is set.
|
||||
The `tld` property can also be set globally. The global default is empty string, and the global value is used when no app-specific value is set.
|
||||
|
||||
```shell
|
||||
dokku network:set --global tld svc.cluster.local
|
||||
|
||||
Reference in New Issue
Block a user