Skip to content

Commit 4fd65cf

Browse files
authored
Typo fixed
1 parent ea624a3 commit 4fd65cf

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
@@ -23,7 +23,7 @@ Laravel IMAP is an easy way to integrate the native php imap library into your *
2323
- [MessageCollection::class](#messagecollectionclass)
2424
- [AttachmentCollection::class](#attachmentcollectionclass)
2525
- [FolderCollection::class](#foldercollectionclass)
26-
- [FlaggCollection::class](#flaggcollectionclass)
26+
- [FlagCollection::class](#flagcollectionclass)
2727
- [Known issues](#known-issues)
2828
- [Milestones & upcoming features](#milestones--upcoming-features)
2929
- [Security](#security)
@@ -454,7 +454,7 @@ Extends [Illuminate\Support\Collection::class](https://laravel.com/api/5.4/Illum
454454
| -------- | --------------------------------------------------- | :------------------: | -------------------------------- |
455455
| paginate | int $perPage = 15, $page = null, $pageName = 'page' | LengthAwarePaginator | Paginate the current collection. |
456456

457-
### [FlaggCollection::class](src/IMAP/Support/FlaggCollection.php)
457+
### [FlagCollection::class](src/IMAP/Support/FlagCollection.php)
458458
Extends [Illuminate\Support\Collection::class](https://laravel.com/api/5.4/Illuminate/Support/Collection.html)
459459

460460
| Method | Arguments | Return | Description |

0 commit comments

Comments
 (0)