Skip to content

Commit 7ed8729

Browse files
committed
Corrected some typos in Nest Breaking Changes
1 parent 0462791 commit 7ed8729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/2.0-breaking-changes/nest-breaking-changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ client.Search<Project>(s=>s
9898

9999
This isolates all the sort options properly and adheres stricter to the 1 to 1 mapping. `NEST 1.x` also had this full descriptor but the mix and matching
100100
of the convenience methods of the parent means some fluent methods were additive whilst others always overwrite what was previously set.
101-
In `NEST 2.0` this discrapency is gone.
101+
In `NEST 2.0` this discrepency is gone.
102102

103103
This happens in more places e.g index settings and mappings.
104104

105-
# Aggregotor
105+
# Aggregetor
106106

107107
If you are using the object initializer syntax `*Aggregator` is now `*Aggregation`
108108

0 commit comments

Comments
 (0)