Skip to content

Commit e085c34

Browse files
committed
fix spelling
1 parent 5331cd3 commit e085c34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Task Name: `GitVersionTask.GetVersion`
105105

106106
At build time all the derived [variables](more-info/variables.md) will be written to MSBuild properties so the information can be used by other tooling in the build pipeline.
107107

108-
The calss for `GitVersionTask.GetVersion` has a property for each variable. However at MSBuild time these properties a mapped to MSBuild properties that are prefixed with `GitVersion_`. This prevents conflicts with other properties in the pipeline.
108+
The class for `GitVersionTask.GetVersion` has a property for each variable. However at MSBuild time these properties a mapped to MSBuild properties that are prefixed with `GitVersion_`. This prevents conflicts with other properties in the pipeline.
109109

110110
#### Accessing variable in MSBuild
111111

@@ -118,7 +118,7 @@ After `GitVersionTask.GetVersion` has executed the properties can be used in the
118118

119119
Task Name: `GitVersionTask.WriteVersionInfoToBuildLog`
120120

121-
If, at build time, it is detected that the build is occuring inside a Build Server server then the [variables](more-info/variables.md) will be written to the build log in a format that the current Build Server can consume. See [Build Server Support](build-server-support.md).
121+
If, at build time, it is detected that the build is occurring inside a Build Server server then the [variables](more-info/variables.md) will be written to the build log in a format that the current Build Server can consume. See [Build Server Support](build-server-support.md).
122122

123123

124124
### My Git repository requires authentication. What do I do?

0 commit comments

Comments
 (0)