Skip to content

Commit e247fae

Browse files
committed
Merge pull request #1815 from cstlaurent/patch-1
Corrected some typos in Nest Breaking Changes
2 parents 9e5db6d + c63b3e6 commit e247fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ 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

0 commit comments

Comments
 (0)