Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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