Skip to content

Commit

Permalink
fix typo and ambiguous expression (#2569)
Browse files Browse the repository at this point in the history
* fix typo and ambiguous expression

* fix typo

* update questions with zirocte/swagger 3.0.5 version issue
  • Loading branch information
nashgao authored Sep 23, 2020
1 parent 423b913 commit c07e4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Concerns/HasEvents.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function addEvents($events): void
}

/**
* Remove some registed event.
* Remove some registered event.
*/
public function removeEvents(array $events): void
{
Expand Down

0 comments on commit c07e4e6

Please sign in to comment.