Skip to content

Commit 8fce6ad

Browse files
committed
update spelling
1 parent 155e2c5 commit 8fce6ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Nest/Aggregations/AggregateJsonConverter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ static AggregateJsonConverter()
8686
UsingReservedAggNameFormat =
8787
"'{0}' is one of the reserved aggregation keywords"
8888
+ " we use a heuristics based response parser and using these reserved keywords"
89-
+ " could throw its heuritics off course. We are working on a solution in elasticsearch itself to make"
90-
+ " the response parsable. For now these are all the reserved keywords: "
89+
+ " could throw its heuristics off course. We are working on a solution in elasticsearch itself to make"
90+
+ " the response parseable. For now these are all the reserved keywords: "
9191
+ allKeys;
9292
}
9393

0 commit comments

Comments
 (0)