Skip to content

Commit c33e5a0

Browse files
Fix typos
1 parent 22d28ef commit c33e5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ CHANGELOG
7171
* The `EmailRecipientInterface` and `SmsRecipientInterface` now extend the `RecipientInterface`.
7272
* The `EmailRecipient` and `SmsRecipient` were introduced.
7373
* [BC BREAK] Changed the type-hint of the `$recipient` argument in `NotifierInterface::send()`,
74-
`Notifier::getChannels()`, `ChannelInterface::notifiy()` and `ChannelInterface::supports()` to
74+
`Notifier::getChannels()`, `ChannelInterface::notify()` and `ChannelInterface::supports()` to
7575
`RecipientInterface`.
7676
* Changed `EmailChannel` to only support recipients which implement the `EmailRecipientInterface`.
7777
* Changed `SmsChannel` to only support recipients which implement the `SmsRecipientInterface`.

0 commit comments

Comments
 (0)