Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joperezr committed Apr 25, 2019
1 parent bdfe9fc commit 41b2d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/descriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@
},
{
"Name": "Microsoft.Compatibility.AsyncInterfaces",
"Description": "Provides interfaces and helper types for consuming and producing async enumearbles on .NET Standard 2.0. This package is not required when targeting .NET Standard 2.1 ore .NET CoreApp 3.0 as they already have support for these types inbox.",
"Description": "Provides interfaces and helper types for consuming and producing async enumerables on .NET Standard 2.0. This package is not required when targeting .NET Standard 2.1 ore .NET CoreApp 3.0 as they already have support for these types inbox.",
"CommonTypes": [
"System.IAsyncDisposable",
"System.Collections.Generic.IAsyncEnumerable",
Expand Down

0 comments on commit 41b2d7d

Please sign in to comment.