File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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) {
5353See the worklets [ explainer] ( ../worklets/EXPLAINER.md ) for a more involved explanation of worklets.
5454
5555After 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
5858A 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
118118be.
119119
120120The above example would be used in CSS by:
You can’t perform that action at this time.
0 commit comments