Skip to content

Commit 63d580b

Browse files
Fix example formatting
Co-authored-by: Karen Etheridge <[email protected]>
1 parent 67719d2 commit 63d580b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/oas.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,8 +1175,7 @@ examples:
11751175
dataValue:
11761176
foo: a + b
11771177
bar: true
1178-
serializedValue:
1179-
foo=a+%2B+b&bar=true
1178+
serializedValue: foo=a+%2B+b&bar=true
11801179
11811180
A querystring parameter that uses JSON for the entire string (not as a single query parameter value):
11821181

0 commit comments

Comments
 (0)