Skip to content

Commit 20e40c2

Browse files
authored
Merge pull request #88489 from aahill/freshness
freshness updates
2 parents 4a30df0 + 256310e commit 20e40c2

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

articles/cognitive-services/Bing-Autosuggest/tutorials/autosuggest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: "Tutorial: Getting Automatic suggestions Results using Bing Autosuggest A
33
titleSuffix: Azure Cognitive Services
44
description: Shows how to use Bing Autosuggest.
55
services: cognitive-services
6-
author: v-jaswel
6+
author: aahill
77
manager: nitinme
88

99
ms.service: cognitive-services
1010
ms.subservice: bing-autosuggest
1111
ms.topic: tutorial
12-
ms.date: 02/20/2019
13-
ms.author: nitinme
12+
ms.date: 09/13/2019
13+
ms.author: aahi
1414
---
1515
# Tutorial: Get search suggestions on a web page
1616

articles/cognitive-services/Bing-Image-Search/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.assetid: 1446AD8B-A685-4F5F-B4AA-74C8E9A40BE9
99
ms.service: cognitive-services
1010
ms.subservice: bing-image-search
1111
ms.topic: overview
12-
ms.date: 02/06/2019
12+
ms.date: 09/13/2019
1313
ms.author: aahi
1414
#Customer intent: As a developer, I want to integrate Bing's image search capabilities into my app, so that I can provide relevant, engaging images to my users.
1515
ms.custom: seodec2018

articles/cognitive-services/Bing-Spell-Check/quickstarts/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: bing-spell-check
1111
ms.topic: quickstart
12-
ms.date: 02/20/2019
12+
ms.date: 09/13/2019
1313
ms.author: aahi
1414
---
1515
# Quickstart: Check spelling with the Bing Spell Check REST API and Python

articles/cognitive-services/Bing-Spell-Check/quickstarts/ruby.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: bing-spell-check
1111
ms.topic: quickstart
12-
ms.date: 02/20/2019
12+
ms.date: 09/13/2019
1313
ms.author: aahi
1414
---
1515
# Quickstart: Check spelling with the Bing Spell Check REST API and Ruby
@@ -44,7 +44,7 @@ Use this quickstart to make your first call to the Bing Spell Check REST API usi
4444

4545
## Send a spell check request
4646

47-
1. Create a URI from your host uri, path, and parameters string. Set it's query to contain the text you want to spell check.
47+
1. Create a URI from your host uri, path, and parameters string. Set its query to contain the text you want to spell check.
4848

4949
```ruby
5050
uri = URI(uri + path + params)

articles/cognitive-services/Bing-Spell-Check/sdk-quickstart-spell-check.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: bing-spell-check
1111
ms.topic: quickstart
12-
ms.date: 02/20/2019
12+
ms.date: 09/13/2019
1313
ms.author: aahi
1414
---
1515

@@ -76,7 +76,7 @@ To add the Bing Spell Check SDK to your project, select **Manage NuGet Packages*
7676
}
7777
```
7878

79-
3. Get the first suggested correction, if there is one.Print the suggestion score, and the suggested word.
79+
3. Get the first suggested correction, if there is one. Print the suggestion score, and the suggested word.
8080

8181
```csharp
8282
var suggestions = firstspellCheckResult.Suggestions;

articles/cognitive-services/Bing-Spell-Check/tutorials/spellcheck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: bing-spell-check
1111
ms.topic: tutorial
12-
ms.date: 02/20/2019
12+
ms.date: 09/13/2019
1313
ms.author: aahi
1414
---
1515

0 commit comments

Comments
 (0)