Skip to content

Commit be16b99

Browse files
authored
Fix typo
1 parent d24ecdf commit be16b99

File tree

1 file changed

+1
-1
lines changed
  • docs/standard/serialization/system-text-json

1 file changed

+1
-1
lines changed

docs/standard/serialization/system-text-json/how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The preceding examples use type inference for the type being serialized. An over
5050
:::code language="csharp" source="snippets/how-to/csharp/SerializeWithGenericParameter.cs" highlight="23":::
5151
:::code language="vb" source="snippets/how-to/vb/RoundtripToString.vb" id="SerializeWithGenericParameter":::
5252

53-
You can also use GitHub Copilot to generate serialization code for you. For instructions, see the [Use GitHub Copliot](#use-github-copilot-to-serialize-to-json) section in this article.
53+
You can also use GitHub Copilot to generate serialization code for you. For instructions, see the [Use GitHub Copilot](#use-github-copilot-to-serialize-to-json) section in this article.
5454

5555
## Serialization behavior
5656

0 commit comments

Comments
 (0)