From 0c8e50a4fd7bec7fbf147b3831fa2d0abb7bca50 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Fri, 22 Feb 2019 12:27:18 -0500 Subject: [PATCH] typo: instantitate -> instantiate --- .../search/data-plane/Microsoft.Azure.Search.Data/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/search/data-plane/Microsoft.Azure.Search.Data/readme.md b/specification/search/data-plane/Microsoft.Azure.Search.Data/readme.md index ab992fafda1f..51ba600ea860 100644 --- a/specification/search/data-plane/Microsoft.Azure.Search.Data/readme.md +++ b/specification/search/data-plane/Microsoft.Azure.Search.Data/readme.md @@ -168,7 +168,7 @@ directive: return $. replace( /(The comma-separated list of fields to retrieve. If unspecified,) only the key field will be included in the results./g, "$1 all fields marked as retrievable in the schema are included." ) #### - # Make SuggestResult and DocumentSuggestResult generic so we can tell the deserializer what type to instantitate. + # Make SuggestResult and DocumentSuggestResult generic so we can tell the deserializer what type to instantiate. # For SuggestResult, this means we also have to replace AdditionalProperties with a property of the generic type. - from: source-file-csharp where: $