Skip to content

Commit 60dad2e

Browse files
Fix typo
1 parent f80b087 commit 60dad2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ class Follow extends Eloquent {
340340

341341

342342
## Follow Feed
343-
The create the newsfeeds you need to notify the system about follow relationships. The manager comes with APIs to let a user's news feeds follow another user's feed. This code lets the current user's timeline and timeline_aggregated feeds follow the target_user's personal feed.
343+
To create the newsfeeds you need to notify the system about follow relationships. The manager comes with APIs to let a user's news feeds follow another user's feed. This code lets the current user's timeline and timeline_aggregated feeds follow the target_user's personal feed.
344344

345345
```
346346
FeedManager::followUser($userId, $targetId);

0 commit comments

Comments
 (0)