Skip to content
Merged

typo #4156

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Tests/Tests/Search/WritingQueries.doc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Tests.Search
/**=== Writing queries
*
* Once you have data indexed within Elasticsearch, you're going to want to be able to search it. Elasticsearch
* 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
* and is exposed in NEST in the form of both a Fluent API and an Object Initializer syntax
*
*/
Expand Down