Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/docs/content/components/modal/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ Modals have three optional sizes, available via modifier classes to be placed on

## Fullscreen Modal

Another override is the option to pop up a React modal component that covers the user viewport, available via property `fullscrean`.
Another override is the option to pop up a React modal component that covers the user viewport, available via property `fullscreen`.

| Fullscrean | Availability |
| Fullscreen | Availability |
| ---------- | -------------- |
| `true` | Always |
| `'sm'` | Below `576px` |
Expand Down