Skip to content

Commit bc475e3

Browse files
committed
reword
1 parent e803208 commit bc475e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/style-guide/components/api-request.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The JSON payload to send.
114114

115115
If required properties are missing, the component will throw an error.
116116

117-
Functionally, [the `--json` parameter](https://everything.curl.dev/http/post/json.html) is equivalent to the `--data` attribute in cURL, but handles a few additional headers automatically.
117+
Functionally, [the `--json` option](https://everything.curl.dev/http/post/json.html) is equivalent to the `--data` option in cURL, but handles a few additional headers automatically.
118118

119119
### `form`
120120

0 commit comments

Comments
 (0)