Skip to content

Commit f2c18be

Browse files
valerii15298karenetheridge
authored andcommitted
Fix typo in querystring formats section
1 parent 32cbc2d commit f2c18be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ The following table shows serialized examples, as would be shown with the `seria
935935

936936
#### Extending Support for Querystring Formats
937937

938-
Many frameworks define query string syntax for complex values, such as appending array indices to parameter names or indicating multiple levels of of nested objects, which go well beyond the capabilities of the `deepObject` style.
938+
Many frameworks define query string syntax for complex values, such as appending array indices to parameter names or indicating multiple levels of nested objects, which go well beyond the capabilities of the `deepObject` style.
939939

940940
As these are not standards, and often contradict each other, the OAS does not attempt to support them directly.
941941
Two avenues are available for supporting such formats with `in: "querystring"`:

0 commit comments

Comments
 (0)