Skip to content

Commit

Permalink
chore: fix some typos in markdown file
Browse files Browse the repository at this point in the history
Signed-off-by: binchengqu <[email protected]>
  • Loading branch information
binchengqu committed Nov 21, 2024
1 parent bfd5866 commit bd1779d
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 bd1779d

Please sign in to comment.