Skip to content

Commit 34f1f11

Browse files
wagonzaWebklex
authored andcommitted
Fix typo (#258)
1 parent 615aff8 commit 34f1f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ Limiting the request emails:
330330
``` php
331331
/** @var \Webklex\IMAP\Folder $oFolder */
332332

333-
//Get all messages for page 2 since march 15 2018 where each apge contains 10 messages
333+
//Get all messages for page 2 since march 15 2018 where each page contains 10 messages
334334
/** @var \Webklex\IMAP\Support\MessageCollection $aMessage */
335335
$aMessage = $oFolder->query()->since('15.03.2018')->limit(10, 2)->get();
336336
```

0 commit comments

Comments
 (0)