Skip to content

Commit

Permalink
docs: Fix typo (dotnet#9871)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-regis authored and p-kostov committed Jun 28, 2024
1 parent aac4a5d commit 1c5c51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/links-and-cross-references.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Since `@` is a common character in a document, a warning would appear if the UID

## Cross reference to .NET basic class library

To cross reference .NET basic class libary types from markdown using the `xref` syntax, add `https://learn.microsoft.com/en-us/dotnet/.xrefmap.json` to the `xref` property in `docfx.json`, which contains all the BCL types published from <https://github.com/dotnet/dotnet-api-docs>.
To cross reference .NET basic class library types from markdown using the `xref` syntax, add `https://learn.microsoft.com/en-us/dotnet/.xrefmap.json` to the `xref` property in `docfx.json`, which contains all the BCL types published from <https://github.com/dotnet/dotnet-api-docs>.

```json
{
Expand Down

0 comments on commit 1c5c51c

Please sign in to comment.