We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23b5923 + 8bc18b2 commit 21385a3Copy full SHA for 21385a3
readme.md
@@ -21,7 +21,7 @@ Builds:
21
#[NEST](https://github.com/elasticsearch/elasticsearch-net/tree/master/src/Nest#nest-)
22
* High-level client that internally uses the low-level **Elasticsearch.Net** client
23
* Maps requests and responses to strongly typed objects with a fluent interface and object initializer syntax to build them
24
-* Comes with a very powerful query DSL thats maps one-to-one with Elasticsearch
+* Comes with a very powerful query DSL that maps one-to-one with Elasticsearch
25
* Takes advantage of .NET features where they make sense (i.e., covariant `IEnumerable<T>` result types, type and index inference)
26
* All calls have async variants
27
0 commit comments