Skip to content

Commit 522c3ee

Browse files
authored
docs: Fix typo in test comment (#3307)
1 parent 4fcbdf8 commit 522c3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/copilot_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"github.com/google/go-cmp/cmp"
1717
)
1818

19-
// Test invalid JSON responses, vlaid responses are covered in the other tests
19+
// Test invalid JSON responses, valid responses are covered in the other tests
2020
func TestCopilotSeatDetails_UnmarshalJSON(t *testing.T) {
2121
tests := []struct {
2222
name string

0 commit comments

Comments
 (0)