Skip to content

Commit

Permalink
Merge pull request #49 from bradmcnaughton/patch-1
Browse files Browse the repository at this point in the history
Fix typo in readme
  • Loading branch information
ADmad committed Mar 1, 2023
2 parents 71086ee + 530d37f commit 58d0597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ middleware. All rate limiting process will be bypassed if this event is stopped.
\Muffin\Throttle\Middleware\ThrottleMiddleware::EVENT_BEFORE_THROTTLE,
function ($event, $request) {
if (/* check for something here, most likely using $request */) {
$event->stopPropogation();
$event->stopPropagation();
}
}
);
Expand Down

0 comments on commit 58d0597

Please sign in to comment.