We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a8d86 commit a13e933Copy full SHA for a13e933
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