Skip to content

Commit 821c556

Browse files
authored
Update docs/core/tools/dotnet-add-reference.md
1 parent 386d2f1 commit 821c556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/dotnet-add-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ There's no CLI command to add a reference to an assembly that isn't in a project
7373
dotnet add app/app.csproj reference lib/lib.csproj
7474
```
7575

76-
- Add a compatible .NET language project (e.g. F#) referenc, works in both ways:
76+
- Add a compatible .NET language (for example, F#) project reference, which works in both directions:
7777

7878
```dotnetcli
7979
dotnet add app/app.csproj reference lib/lib.fsproj

0 commit comments

Comments
 (0)