Skip to content

Commit bec4789

Browse files
authored
Update rules/Proj0044.md
1 parent a738324 commit bec4789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/Proj0044.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ancestor: MSBuild
55

66
# Proj0044: Enable <ContinuousIntegrationBuild> when running in CI pipeline
77
Setting `ContinuousIntegrationBuild` to `true` [ensures (file) paths are normalized](https://learn.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#continuousintegrationbuild)
8-
and futhermore can help other external tools with detecting whether or not a build
8+
and furthermore can help other external tools with detecting whether or not a build
99
is being performed in a continuous integration (CI) pipeline, such as for [Proj0043](./Proj0043.md).
1010

1111
The recommended way of configuring `ContinuousIntegrationBuild` is to use

0 commit comments

Comments
 (0)