Skip to content

Commit f80b087

Browse files
Fix typos
1 parent eb09c6a commit f80b087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 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)

0 commit comments

Comments
 (0)