Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyF committed Apr 6, 2018
1 parent b00f081 commit cd2a35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/aggregations/writing-aggregations.asciidoc
Expand Up @@ -85,7 +85,7 @@ s => s

The object initializer syntax (OIS) is a one-to-one mapping with how aggregations
have to be represented in the Elasticsearch API. While it has the benefit of being a one-to-one
mapping, being dictionary based in C# means it can gow verbose rather quickly.
mapping, being dictionary based in C# means it can grow verbose rather quickly.

Here's the same aggregations as expressed in the Fluent API above, with the dictionary-based
object initializer syntax
Expand Down

0 comments on commit cd2a35d

Please sign in to comment.