Skip to content

Commit

Permalink
Merge pull request dokku#7365 from binchengqu/master
Browse files Browse the repository at this point in the history
chore: fix some typos in markdown file
  • Loading branch information
josegonzalez authored Nov 21, 2024
2 parents 7b09c72 + bd1779d commit 54303a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/networking/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54303a4

Please sign in to comment.