Skip to content

Commit

Permalink
Merge branch 'main' of github.com:laravel-ja/ja-docs-10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroKws committed Mar 1, 2024
2 parents 5a9b5b3 + 5999046 commit 0858c49
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 0858c49

Please sign in to comment.