From 6d6c6ae2ce1ac0a589a0fa22bd4a2b5fc55b4f0d Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Fri, 12 Aug 2022 12:19:33 -0400 Subject: [PATCH] Fixed typo (#883) Signed-off-by: Fanit Kolchina Signed-off-by: Fanit Kolchina --- _clients/dot-net.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_clients/dot-net.md b/_clients/dot-net.md index 1591e654..b8729651 100644 --- a/_clients/dot-net.md +++ b/_clients/dot-net.md @@ -20,4 +20,4 @@ OpenSearch has two .NET clients: a low-level [OpenSearch.Net]({{site.url}}{{site You can use both .NET clients in a console program, a .NET core, an ASP.NET core, or in worker services. -To get started with OpenSearch.Client, follow the instructions in [Getting started with the high-level .NET client]({{site.url}}{{site.baseurl}}/clients/OSC-dot-net#installing-opensearchclient) or in [More advanced geatures of the high-level .NET client]({{site.url}}{{site.baseurl}}/clients/osc-example), a slightly more advanced walkthrough. \ No newline at end of file +To get started with OpenSearch.Client, follow the instructions in [Getting started with the high-level .NET client]({{site.url}}{{site.baseurl}}/clients/OSC-dot-net#installing-opensearchclient) or in [More advanced features of the high-level .NET client]({{site.url}}{{site.baseurl}}/clients/osc-example), a slightly more advanced walkthrough. \ No newline at end of file