Skip to content

Commit 65e9b18

Browse files
committed
Fix typo in doc/versionJson.md
1 parent a6e4aeb commit 65e9b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/versionJson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The content of the version.json file is a JSON serialized object with these prop
3939
"gitCommitIdShortAutoMinimum": 0, // optional. Set to use the short commit ID abbreviation provided by the git repository.
4040
"nugetPackageVersion": {
4141
"semVer": 1 // optional. Set to either 1 or 2 to control how the NuGet package version string is generated. Default is 1.
42-
"precision": "build" // optional. Use when you want to a more or less precise package version than the default major.minor.build.
42+
"precision": "build" // optional. Use when you want to use a more or less precise package version than the default major.minor.build.
4343
},
4444
"pathFilters": [
4545
// optional list of paths to consider when calculating version height.

0 commit comments

Comments
 (0)