From f50a4a85d6c3ff853d91ee0e68ddea3754c2be91 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Sat, 5 Oct 2024 10:58:40 +0300 Subject: [PATCH] docs: Fix typo in test comment --- github/copilot_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/copilot_test.go b/github/copilot_test.go index 355ff130c85..22b6e8eddae 100644 --- a/github/copilot_test.go +++ b/github/copilot_test.go @@ -16,7 +16,7 @@ import ( "github.com/google/go-cmp/cmp" ) -// Test invalid JSON responses, vlaid responses are covered in the other tests +// Test invalid JSON responses, valid responses are covered in the other tests func TestCopilotSeatDetails_UnmarshalJSON(t *testing.T) { tests := []struct { name string