You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/2.0-breaking-changes/nest-breaking-changes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ client.Search<Project>(s=>s
98
98
99
99
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
100
100
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.
102
102
103
103
This happens in more places e.g index settings and mappings.
0 commit comments