Skip to content

Commit 90dbe1b

Browse files
authored
Merge pull request #12131 from nschonni/patch-23
typo: Double word "search"
2 parents 919fae8 + 58dea7e commit 90dbe1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Bing-Web-Search/csharp-ranking-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Name the application **MyConsoleSearchApp**, and then click **OK**.
4141
JSON.net allows you to work with the JSON responses returned by the API. Add its NuGet package to your project:
4242

4343
- In **Solution Explorer** right-click on the project and select **Manage NuGet Packages...**.
44-
- On the **Browse** tab, search search for `Newtonsoft.Json`. Select the latest version, and then click **Install**.
44+
- On the **Browse** tab, search for `Newtonsoft.Json`. Select the latest version, and then click **Install**.
4545
- Click the **OK** button on the **Review Changes** window.
4646
- Close the Visual Studio tab titled **NuGet: MyConsoleSearchApp**.
4747

@@ -325,4 +325,4 @@ WebPage:
325325

326326
## Next steps
327327

328-
Read more about [using ranking to display results](rank-results.md).
328+
Read more about [using ranking to display results](rank-results.md).

0 commit comments

Comments
 (0)