Skip to content

Commit 4b25c8d

Browse files
committed
review exapandables
1 parent fb60450 commit 4b25c8d

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

components/expandables.mdx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ Use expandables to show and hide nested content within response fields. Expandab
2020
</Expandable>
2121
</ResponseField>
2222

23-
<RequestExample>
24-
25-
```mdx Expandable Example
23+
```mdx Expandable example
2624
<ResponseField name="user" type="User Object">
2725
<Expandable title="properties">
2826
<ResponseField name="full_name" type="string">
@@ -36,14 +34,12 @@ Use expandables to show and hide nested content within response fields. Expandab
3634
</ResponseField>
3735
```
3836

39-
</RequestExample>
40-
4137
## Properties
4238

4339
<ResponseField name="title" type="string">
44-
The name of the object you are showing. Used to generate the "Show NAME" and "Hide NAME" text
40+
The name of the object you are showing.
4541
</ResponseField>
4642

4743
<ResponseField name="defaultOpen" type="boolean" default="false">
48-
Set to `true` to show the component as open when the page loads
44+
Set to `true` for the expandable to open when the page loads
4945
</ResponseField>

0 commit comments

Comments
 (0)