Skip to content

Commit 94f4929

Browse files
authored
fix(wording): fix on case
1 parent 9132a32 commit 94f4929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ do is to write your own CSV receiver::
285285
public function get(): void
286286
{
287287
// Receive the envelope according to your transport ($yourEnvelope here),
288-
// in most case, using a connection is the easiest solution.
288+
// in most cases, using a connection is the easiest solution.
289289
290290
if (null === $yourEnvelope) {
291291
return [];

0 commit comments

Comments
 (0)