Skip to content

Commit bc1080c

Browse files
committed
Fix example value
1 parent c19a70d commit bc1080c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/ruleset-engine/rules-language/fields/http-request-body.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ List of `Content-Disposition` headers for each part in the multipart body.
203203

204204
Example value:
205205

206-
`[["form-data; name=\"username\"], ["form-data;name=\"picture\"]]`
206+
`[["form-data; name=\"username\""], ["form-data;name=\"picture\""]]`
207207

208208
Example:
209209

0 commit comments

Comments
 (0)