From e215ca2ebfa218068c486d44908654e6e62021c6 Mon Sep 17 00:00:00 2001
From: Chun-Hung Tseng <henrybear327@users.noreply.github.com>
Date: Tue, 17 Sep 2024 22:42:41 +0200
Subject: [PATCH] Fix typo in chat_test.go

---
 internal/examples/chat/chat_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/internal/examples/chat/chat_test.go b/internal/examples/chat/chat_test.go
index 8eb72051..dcada0b2 100644
--- a/internal/examples/chat/chat_test.go
+++ b/internal/examples/chat/chat_test.go
@@ -52,7 +52,7 @@ func Test_chatServer(t *testing.T) {
 	// 10 clients are started that send 128 different
 	// messages of max 128 bytes concurrently.
 	//
-	// The test verifies that every message is seen by ever client
+	// The test verifies that every message is seen by every client
 	// and no errors occur anywhere.
 	t.Run("concurrency", func(t *testing.T) {
 		t.Parallel()