Fix typo in documentation
This commit is contained in:
@@ -17,14 +17,14 @@ $this->userNotificationType->setType('irc', t('IRC'), '\Kanboard\Plugin\IRC\Noti
|
||||
$this->projectNotificationType->setType('irc', t('IRC'), '\Kanboard\Plugin\IRC\Notification\IrcHandler');
|
||||
```
|
||||
|
||||
Your handler can be registered for user or project notification. You don't necessary need to support both.
|
||||
Your handler can be registered for user or project notification. You don't necessarily need to support both.
|
||||
|
||||
When your handler is registered, the end-user can choose to receive the new notification type or not.
|
||||
|
||||
Notification Handler
|
||||
--------------------
|
||||
|
||||
Your notification handler must implements the interface `Kanboard\Notification\NotificationInterface`:
|
||||
Your notification handler must implement the interface `Kanboard\Notification\NotificationInterface`:
|
||||
|
||||
```php
|
||||
interface NotificationInterface
|
||||
|
||||
Reference in New Issue
Block a user