Skip to content

Commit 89f60f2

Browse files
authored
Fix typo.
Original Pull Request #3069 Closes: #3068 Signed-off-by: Dgray16 <[email protected]>
1 parent fa97924 commit 89f60f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/elasticsearch/core/query/SourceFilter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
/**
2222
* SourceFilter for providing includes and excludes. Using these helps in reducing the amount of data that is returned
23-
* from Elasticsearch especially when the stored docuements are large and only some fields from these documents are
23+
* from Elasticsearch especially when the stored documents are large and only some fields from these documents are
2424
* needed. If the SourceFilter includes the name of a property that has a different name mapped in Elasticsearch (see
2525
* {@link Field#name()} this will automatically be mapped.
2626
*

0 commit comments

Comments
 (0)