diff --git a/docs/fundamentals/networking/overview.md b/docs/fundamentals/networking/overview.md index afd6919075198..bda00173ea874 100644 --- a/docs/fundamentals/networking/overview.md +++ b/docs/fundamentals/networking/overview.md @@ -26,7 +26,7 @@ The type is used as a representat :::code language="csharp" source="snippets/misc/Program.Uri.cs" id="canonicaluri"::: -The `Uri` class automatically performs validation and canonicalization per [RCF 3986](https://datatracker.ietf.org/doc/html/rfc3986). These validation and canonicalization rules are used to ensure that a URI is well-formed and that the URI is in a canonical form. +The `Uri` class automatically performs validation and canonicalization per [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986). These validation and canonicalization rules are used to ensure that a URI is well-formed and that the URI is in a canonical form. ## See also