Skip to content

Commit bcb1199

Browse files
authored
Merge pull request dotnet#1604 from dotnet/mairaw-patch-2
fix typo
2 parents e48967d + 1660112 commit bcb1199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tutorials/using-on-macos.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ You now have a built `library.dll` file under `golden/src/library/bin/Debug/nets
165165

166166
### Writing the test project
167167

168-
Let's build a test project for this library that you've build. Cd into the `test/test-library`
168+
Let's build a test project for this library that you've built. Cd into the `test/test-library`
169169
directory. Run `dotnet new -t xunittest` to create a new test project.
170170

171171
You'll need to add a dependency node for the library you wrote in the steps

0 commit comments

Comments
 (0)