We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6f76b commit 4b43202Copy full SHA for 4b43202
conformance/tests/httproute-cors.go
@@ -51,7 +51,7 @@ var HTTPRouteCORS = suite.ConformanceTest{
51
52
testCases := []http.ExpectedResponse{
53
{
54
- TestCaseName: "CORS preflight request from an exact mactching origin should be allowed",
+ TestCaseName: "CORS preflight request from an exact matching origin should be allowed",
55
Request: http.Request{
56
Path: "/cors-1",
57
Method: "OPTIONS",
0 commit comments