File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
2242241 . the Model class belongs to a user
2252252 . the model table has timestamp columns (created_at is required)
You can’t perform that action at this time.
0 commit comments