Skip to content

Commit b9062b7

Browse files
authored
Fix typo for the file name case type. (#3807)
1 parent b7d2c57 commit b9062b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geps/gep-2162/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Every feature should:
123123

124124
#### Conformance test names
125125

126-
Conformance tests file names should try to follow the `pascal-case-name.go` format.
126+
Conformance tests file names should try to follow the `kebab-case-name.go` format.
127127
For example for `HTTPRoutePortRedirect` - the test file would be `httproute-port-redirect.go`.
128128

129129
We should treat this guidance as "best effort" because we might have test files that check the combination of several features and can't follow the same format.

0 commit comments

Comments
 (0)