Skip to content

Commit 5c02aea

Browse files
authored
Fixed Typo (#1063)
1 parent 0e22552 commit 5c02aea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-layout-api/EXPLAINER.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if ('layoutWorklet' in CSS) {
5353
See the worklets [explainer](../worklets/EXPLAINER.md) for a more involved explanation of worklets.
5454

5555
After the promise returned from the `addModule` method resolves the layouts defined in the script
56-
will apply to the page.
56+
apply to the page.
5757

5858
A Centering Layout
5959
------------------
@@ -114,7 +114,7 @@ rendering engine. You are given:
114114
- `constraints`, the constraints which the fragment you produce should meet.
115115
- `style`, the _readonly_ style for the current layout.
116116

117-
Layout eventually will return a dictionary will what the resulting fragment of that layout should
117+
Layout eventually will return a dictionary with what the resulting fragment of that layout should
118118
be.
119119

120120
The above example would be used in CSS by:

0 commit comments

Comments
 (0)