From 10553197108a716e4e316130f63241d3befc40e5 Mon Sep 17 00:00:00 2001 From: Robert Shakespeare Date: Fri, 22 Jan 2016 16:39:24 +0000 Subject: [PATCH] Update nest.asciidoc Minor spelling mistake fix in nest.asciidoc --- docs/asciidocs/nest.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/asciidocs/nest.asciidoc b/docs/asciidocs/nest.asciidoc index 4d4ae8d6cab..b5e15b00b91 100644 --- a/docs/asciidocs/nest.asciidoc +++ b/docs/asciidocs/nest.asciidoc @@ -1,6 +1,6 @@ == NEST -A high level client that provides a strongly typed query DSL that maps one-to-one with the Elasitcsearch query DSL, and takes advantage of specific .NET features such as covariant results. NEST internally uses, and still exposes, the low level Elasticsearch.Net client. +A high level client that provides a strongly typed query DSL that maps one-to-one with the Elasticsearch query DSL, and takes advantage of specific .NET features such as covariant results. NEST internally uses, and still exposes, the low level Elasticsearch.Net client. This page only provides a quick overview -- the full documentation can be found at http://nest.azurewebsites.net.