Skip to content

Commit 0afcfaa

Browse files
committed
Fix reference misspelling
1 parent 1055eb2 commit 0afcfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nest/Document/Multiple/ReindexOnServer/ReindexDestination.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public interface IReindexDestination
3838
OpType? OpType { get; set; }
3939

4040
/// <summary>
41-
/// Setting to <see cref="Elastisearch.Net.VersionType.External"/> will cause Elasticsearch
41+
/// Setting to <see cref="Elasticsearch.Net.VersionType.External"/> will cause Elasticsearch
4242
/// to preserve the version from the source, create any documents that are missing,
4343
/// and update any documents that have an older version in the destination index
4444
/// than they do in the source index

0 commit comments

Comments
 (0)