Skip to content

Commit a3cc16e

Browse files
Merge pull request #686 from jorrit/patch-1
Fix typos in notification callback documentation
2 parents cb23241 + c9fa4d7 commit a3cc16e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ public function getPipeline()
250250
}
251251

252252
/**
253-
* Regsier a new notification callback.
253+
* Register a new notification callback.
254254
*
255255
* @param callable $callback
256256
*
@@ -264,7 +264,7 @@ public function registerCallback(callable $callback)
264264
}
265265

266266
/**
267-
* Regsier all our default callbacks.
267+
* Register all our default callbacks.
268268
*
269269
* @return $this
270270
*/

0 commit comments

Comments
 (0)