From 7bcf1a9c4faf8aedd7605be1626064e7ef6b301b Mon Sep 17 00:00:00 2001 From: Reyas Khan M Date: Thu, 22 Jan 2026 07:18:14 +0530 Subject: [PATCH] Fix typo in README.md for UserVideoGraph --- src/scala/com/twitter/recos/user_video_graph/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scala/com/twitter/recos/user_video_graph/README.md b/src/scala/com/twitter/recos/user_video_graph/README.md index 71de5deefb..51c9c4a443 100644 --- a/src/scala/com/twitter/recos/user_video_graph/README.md +++ b/src/scala/com/twitter/recos/user_video_graph/README.md @@ -1,7 +1,7 @@ # UserVideoGraph (UVG) ## What is it -User Video Graph (UVG) is a Finalge thrift service built on the GraphJet framework. In maintains a graph of user-video engagements and serves user recommendations based on traversals in this graph. +User Video Graph (UVG) is a Finagle thrift service built on the GraphJet framework. It maintains a graph of user-video engagements and serves user recommendations based on traversals in this graph. ## How is it used on Twitter UVG generates video recommendations from a given seed tweet set. It recommends tweets based on collaborative filtering & random walks.