Skip to content

Commit 78e32a7

Browse files
committed
🩹 Fix: Fix typo in TestConfig struct comment in app.go
1 parent 3776184 commit 78e32a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ type TestConfig struct {
872872
// Default: time.Second
873873
Timeout time.Duration
874874

875-
// FailOnTimeout specified whether the test
875+
// FailOnTimeout specifies whether the test
876876
// should return a timeout error if the HTTP response
877877
// exceeds the Timeout duration.
878878
// Default: true

0 commit comments

Comments
 (0)