File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ if ('layoutWorklet' in CSS) {
53
53
See the worklets [ explainer] ( ../worklets/EXPLAINER.md ) for a more involved explanation of worklets.
54
54
55
55
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.
57
57
58
58
A Centering Layout
59
59
------------------
@@ -114,7 +114,7 @@ rendering engine. You are given:
114
114
- ` constraints ` , the constraints which the fragment you produce should meet.
115
115
- ` style ` , the _ readonly_ style for the current layout.
116
116
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
118
118
be.
119
119
120
120
The above example would be used in CSS by:
You can’t perform that action at this time.
0 commit comments