Skip to content

Commit 9760e7c

Browse files
Update components/frames.mdx
1 parent 3277f78 commit 9760e7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/frames.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Use frames to display images, diagrams, or other visual content with consistent
1212

1313
## Captions
1414

15-
Add text that appears as part of the frame, centered below the content, using the optional `caption` prop.
15+
You can add additional context to an image using the optional `caption` prop.
1616

1717
<Frame caption="Yosemite National Park is visited by over 3.5 million people every year">
1818
<img src="https://mintlify-assets.b-cdn.net/yosemite.jpg" alt="Photograph of Yosemite Valley." />
1919
</Frame>
2020

2121
## Hints
2222

23-
You can provide additional context or information using the optional `hint` prop.
23+
Add text that precedes the frame using the optional `hint` prop.
2424

2525
<Frame hint="This is a hint" caption="This is a caption">
2626
<img src="https://mintlify-assets.b-cdn.net/yellowstone.jpeg" alt="Photograph of a lake surrounded by trees with mountains in the distance in Yellowstone National Park." />

0 commit comments

Comments
 (0)