Skip to content

Commit

Permalink
Merge pull request #29 from mumincacao/fix-typo-event-testing
Browse files Browse the repository at this point in the history
イベントの Testing にあった typo を修正
  • Loading branch information
HiroKws authored Feb 29, 2024
2 parents e8ad2c6 + 5f4786e commit 5999046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translation-ja/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ Laravelは、PHPのリフレクションサービスを使用してリスナク
// あるイベントがディスパッチされないことをアサート
Event::assertNotDispatched(OrderFailedToShip::class);

// 度のイベントもディスパッチされなかったことをアサート
// どのイベントもディスパッチされなかったことをアサート
Event::assertNothingDispatched();
}
}
Expand Down

0 comments on commit 5999046

Please sign in to comment.