From 03fd4fa4e03abf9eafa74dce544d59000c4ab84b Mon Sep 17 00:00:00 2001 From: adrianaranda Date: Wed, 5 Apr 2023 20:22:21 +0200 Subject: [PATCH] fix: fix typo from replyed to replied --- graph-feature-service/doc/common.md | 2 +- .../twitter/graph_feature_service/graph_feature_service.thrift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/graph-feature-service/doc/common.md b/graph-feature-service/doc/common.md index 70d293c84..008191ff2 100644 --- a/graph-feature-service/doc/common.md +++ b/graph-feature-service/doc/common.md @@ -15,7 +15,7 @@ enum EdgeType { RETWEET, RETWEETED_BY, REPLY, - REPLYED_BY, + REPLIED_BY, MENTION, MENTIONED_BY, MUTUAL_FOLLOW, diff --git a/graph-feature-service/src/main/thrift/com/twitter/graph_feature_service/graph_feature_service.thrift b/graph-feature-service/src/main/thrift/com/twitter/graph_feature_service/graph_feature_service.thrift index 232f8488d..a3552bdcc 100644 --- a/graph-feature-service/src/main/thrift/com/twitter/graph_feature_service/graph_feature_service.thrift +++ b/graph-feature-service/src/main/thrift/com/twitter/graph_feature_service/graph_feature_service.thrift @@ -11,7 +11,7 @@ enum EdgeType { RETWEET, RETWEETED_BY, REPLY, - REPLYED_BY, + REPLIED_BY, MENTION, MENTIONED_BY, MUTUAL_FOLLOW,