Skip to content

Commit f66019b

Browse files
Merge pull request #11009 from ZzZombo/patch-1
Fix spelling in `customize-by-directory.md`
2 parents 9352ea6 + c8ecf2b commit f66019b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/customize-by-directory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ A summary of MSBuild's general approach is as follows:
126126
- For any given project, MSBuild finds the first *Directory.Build.props* upward in the solution structure, merges it with defaults, and stops scanning for more.
127127
- If you want multiple levels to be found and merged, then [`<Import...>`](../msbuild/property-functions.md#msbuild-getpathoffileabove) (shown previously) the "outer" file from the "inner" file.
128128
- If the "outer" file doesn't itself also import something above it, then scanning stops there.
129-
- Only do this if the uupper level file actual exists
129+
- Only do this if the outer file actually exists
130130

131131
Or more simply: the first *Directory.Build.props* that doesn't import anything is where MSBuild stops.
132132

0 commit comments

Comments
 (0)