We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d721d2e commit 8965d1cCopy full SHA for 8965d1c
src/Nest/Cat/CatSnapshots/CatSnapshotsRecord.cs
@@ -38,9 +38,9 @@ public class CatSnapshotsRecord : ICatRecord
38
[DataMember(Name ="status")]
39
public string Status { get; set; }
40
41
- [DataMember(Name ="succesful_shards")]
+ [DataMember(Name ="successful_shards")]
42
[JsonFormatter(typeof(StringLongFormatter))]
43
- public long SuccesfulShards { get; set; }
+ public long SuccessfulShards { get; set; }
44
45
[DataMember(Name ="total_shards")]
46
0 commit comments