Skip to content

Commit 949d68c

Browse files
authored
docs: Fix typo's in CSS guide (#877)
1 parent a27d1a3 commit 949d68c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/docs/src/guide/css.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ HTML result:
9999

100100
By default, multiple elements are mounted in the popper content:
101101

102-
- `popper`: the root element of the popper. This will positionned by popperjs.
103-
- `wrapper`: an intermediary element to allow transforming both the content and the arrow (usefull for zoom transitions).
102+
- `popper`: the root element of the popper. This will be positioned by popperjs.
103+
- `wrapper`: an intermediary element to allow transforming both the content and the arrow (useful for zoom transitions).
104104
- `inner`: the main popper content. Ideal target for main styles such as background, border, text color...
105-
- `arrow-container`: contains the arrow graphics. This will be positionned by popperjs.
105+
- `arrow-container`: contains the arrow graphics. This will be positioned by popperjs.
106106
- `arrow-outer`: the bigger arrow. Visible by default. If you want a border, should use the border color - otherwise, should use the background color.
107107
- `arrow-inner`: the smaller arrow, useful to simulate a border. Hidden by default. The default `dropdown` theme makes it visible to display the default border. Should use the background color.
108108

0 commit comments

Comments
 (0)