Skip to content

Commit d43b452

Browse files
staszek998HichamELBSI
authored andcommitted
docs: fix typos
1 parent cfcfa22 commit d43b452

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/stories/01-foundations/elevation.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ Modern UI is composed of different layers, be that modals, popovers or tooltips.
88

99
## Shadows
1010

11-
Shadows are used to create a sense of depth and separation between elements. They might be used to indicate evelation of
11+
Shadows are used to create a sense of depth and separation between elements. They might be used to indicate elevation of
1212
an element e.g. a Popover, or alternatively, they can indicate that UI can scroll below another element e.g. Tables.
1313

1414
## Z-Index
1515

1616
The z-index determines the stacking order of elements. Elements with a higher z-index always sit in front of elements
17-
with a lower z-index. Our current collection of z-index values are lised below with their alias, they're currently
18-
non-linear to support growing other common use-cases we may not have encountered yet. All are accessible via the theme
19-
object – `theme.zIndices.<alias>`.
17+
with a lower z-index. Our current collection of z-index values is listed below with their corresponding aliases.
18+
They're currently non-linear to support growing other common use-cases we may not have encountered yet.
19+
All are accessible via the theme object – `theme.zIndices.<alias>`.
2020

2121
- `navigation``100`
2222
- `overlay``300`

0 commit comments

Comments
 (0)