Skip to content

Commit

Permalink
Merge pull request #908 from flcdrg/fix-docs
Browse files Browse the repository at this point in the history
Fix a couple of minor typos
  • Loading branch information
AArnott committed Mar 14, 2023
2 parents 2565ddd + 73916c2 commit d02ca1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/cloudbuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ See this [example change](https://github.com/AArnott/Library.Template/commit/5d1
By specifying certain `cloudBuild` options in your `version.json` file,
you can activate features for some cloud build systems, as follows:

### Automatically match cloud build numbers to to your git version
### Automatically match cloud build numbers to your git version

Cloud builds tend to associate some calendar date or monotonically increasing
build number to each build. These build numbers are not very informative, if at all.
Expand Down
2 changes: 1 addition & 1 deletion doc/nbgv-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ By default, the `prepare-release` command writes information about created and u
Alternatively the information can be written to the output as `json`.
The output format to use can be set using the `--format` command line parameter.

For example, running the follwoing command on `master`
For example, running the following command on `master`

```
nbgv prepare-release --format json
Expand Down

0 comments on commit d02ca1c

Please sign in to comment.