Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-meissner authored Mar 15, 2018
1 parent 8577c93 commit 48fabe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $notifier->start(new Bitmap([8, 12, 16]), function (GpioEvent $event) {
````

## Ticks
To receive new events `$notifier->tick()` methods need to be called. The method checks for events in the pipe, decodes them and fires the callback.
To receive new events `$notifier->tick()` method need to be called. The method checks for events in the pipe, decodes them and fires the callback.
Ticks may be performed in blocking or non-blocking mode.
### Blocking ticks
`$notifier->tick(true)`
Expand Down

0 comments on commit 48fabe2

Please sign in to comment.