Skip to content

Commit

Permalink
馃敡Fixed remaining typos
Browse files Browse the repository at this point in the history
  • Loading branch information
supraaxdd committed Jul 15, 2022
1 parent 89fc150 commit e189fea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_schema_extra_examples.py
Expand Up @@ -561,7 +561,7 @@ def cookie_example_examples(
"schema": {"title": "Data", "type": "string"},
"examples": {
"example1": {
"summary": "Qeury example 1",
"summary": "Query example 1",
"value": "query1",
},
"example2": {"value": "query2"},
Expand Down Expand Up @@ -666,7 +666,7 @@ def cookie_example_examples(
"schema": {"title": "Data", "type": "string"},
"examples": {
"example1": {
"summary": "Qeury example 1",
"summary": "Query example 1",
"value": "header1",
},
"example2": {"value": "header2"},
Expand Down Expand Up @@ -771,7 +771,7 @@ def cookie_example_examples(
"schema": {"title": "Data", "type": "string"},
"examples": {
"example1": {
"summary": "Qeury example 1",
"summary": "Query example 1",
"value": "cookie1",
},
"example2": {"value": "cookie2"},
Expand Down

0 comments on commit e189fea

Please sign in to comment.