Skip to content

Commit 1335d26

Browse files
authored
Update showing-chirps.md (#68)
1 parent 24927f1 commit 1335d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/docs/inertia/showing-chirps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In the previous step we added the ability to create Chirps, now we're ready to d
66

77
## Retrieving the Chirps
88

9-
Let's update the `index` method our `ChirpController` class to pass Chirps from every user to our Index page:
9+
Let's update the `index` method of our `ChirpController` class to pass Chirps from every user to our Index page:
1010

1111
```php filename=app/Http/Controllers/ChirpController.php
1212
<?php

0 commit comments

Comments
 (0)