Skip to content

Commit 36198d1

Browse files
authored
fix typo in readme (#482)
1 parent d7309b2 commit 36198d1

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
@@ -94,7 +94,7 @@ foreach($folders as $folder){
9494

9595
//Move the current Message to 'INBOX.read'
9696
if($message->move('INBOX.read') == true){
97-
echo 'Message has ben moved';
97+
echo 'Message has been moved';
9898
}else{
9999
echo 'Message could not be moved';
100100
}

0 commit comments

Comments
 (0)