Skip to content

Commit f65c1ad

Browse files
authored
Fixed heading name (#690)
Fixed name from paramameter to parameter
1 parent 35d9eca commit f65c1ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/fields.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ icon: 'letter-text'
66

77
There are two types of fields: Paramameter Fields and Response Fields.
88

9-
## Paramameter Field
9+
## Parameter Field
1010

1111
A `ParamField` component is used to define the parameters for your APIs or SDKs. Adding a `ParamField` will automatically add an [API Playground](/api-playground/overview).
1212

@@ -116,4 +116,4 @@ The `<ResponseField>` component is designed to define the return values of an AP
116116

117117
<ResponseField name="post" type="string[]">
118118
Labels that are shown after the name of the field
119-
</ResponseField>
119+
</ResponseField>

0 commit comments

Comments
 (0)