diff --git a/plugins/evalEnginePlugin/src/tweet/tweet.ts b/plugins/evalEnginePlugin/src/tweet/tweet.ts index 5fe6130..9226659 100644 --- a/plugins/evalEnginePlugin/src/tweet/tweet.ts +++ b/plugins/evalEnginePlugin/src/tweet/tweet.ts @@ -204,7 +204,7 @@ export interface TweetBase { } /** - * A tweet as returned by the the Twitter syndication API. + * A tweet as returned by the Twitter syndication API. */ export interface Tweet extends TweetBase { __typename: 'Tweet'