We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9561f commit 128f36cCopy full SHA for 128f36c
src/Tests/Tests/Search/WritingQueries.doc.cs
@@ -16,7 +16,7 @@ namespace Tests.Search
16
/**=== Writing queries
17
*
18
* Once you have data indexed within Elasticsearch, you're going to want to be able to search it. Elasticsearch
19
- * offers a powerful query DSL to define queries to execute agains Elasticsearch. This DSL is based on JSON
+ * offers a powerful query DSL to define queries to execute against Elasticsearch. This DSL is based on JSON
20
* and is exposed in NEST in the form of both a Fluent API and an Object Initializer syntax
21
22
*/
0 commit comments