Skip to content

Commit

Permalink
[docs] Fix typo (mantinedev#3848)
Browse files Browse the repository at this point in the history
  • Loading branch information
badalsaibo authored Mar 21, 2023
1 parent 693f70a commit c215291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/core/Button.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ You can control loading state and [Loader](/core/loader/) component with followi
## Full width and overflow

Button can take full width of container if you set `fullWidth` prop.
If button is too large for its container, overflow content will be hidden:
If button content is too large for its container, overflown content will be hidden:

<Demo data={ButtonDemos.overflow} />

Expand Down

0 comments on commit c215291

Please sign in to comment.