diff -r 349081794232 -r 2541f5050df3 types.go --- a/types.go Mon May 01 19:47:38 2017 +0000 +++ b/types.go Fri May 05 22:18:57 2017 +0200 @@ -70,7 +70,7 @@ // Context represents a Mastodon context entity type Context struct { Ancestors []Status `json:"ancestors"` - Descendents []Status `json:"descendents"` + Descendants []Status `json:"descendants"` } // Error represents a Mastodon error entity