Skip to content

Commit ad586a2

Browse files
Merge pull request #66 from meysammahfouzi/patch-1
Fix typos
2 parents eb09c6a + 60dad2e commit ad586a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ This will create ```config/stream-laravel.php```. We will set our credentials af
8989

9090
- *user* which is a _flat_ feed.
9191
- *timeline* which is a _flat_ feed.
92-
- *timeline_aggregrated* which is an _aggregated_ feed.
92+
- *timeline_aggregated* which is an _aggregated_ feed.
9393
- *notification* which is a _notification_ feed.
9494

9595

@@ -219,7 +219,7 @@ Models are stored in feeds as activities. An activity is composed of at least th
219219
**actor** is a reference to the user attribute of the instance
220220
**verb** is a string representation of the class name
221221

222-
In order to work out-of-the-box the Activity class makes makes few assumptions:
222+
In order to work out-of-the-box the Activity class makes few assumptions:
223223

224224
1. the Model class belongs to a user
225225
2. the model table has timestamp columns (created_at is required)
@@ -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)