From 41b2d7d05b721792df9e307fa5889bb60fdbbe29 Mon Sep 17 00:00:00 2001 From: Jose Perez Rodriguez Date: Thu, 25 Apr 2019 15:32:11 -0700 Subject: [PATCH] Fix small typo --- pkg/descriptions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/descriptions.json b/pkg/descriptions.json index 7d404a1cb4d0..9ba6e4b2b46b 100644 --- a/pkg/descriptions.json +++ b/pkg/descriptions.json @@ -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",