Skip to content

Commit 7f398ef

Browse files
AArnottap0llo
andauthored
Fix typo in VersionOptions.cs
Co-Authored-By: ap0llo <[email protected]>
1 parent 1f6eebd commit 7f398ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NerdBank.GitVersioning/VersionOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ public enum ReleaseVersionIncrement
11421142
Minor,
11431143

11441144
/// <summary>
1145-
/// Inrementn the build number (the third number in a version) after creating a release branch
1145+
/// Increment the build number (the third number in a version) after creating a release branch.
11461146
/// </summary>
11471147
Build,
11481148
}

0 commit comments

Comments
 (0)