8000 Fix typo: be -> by (#803) · ajesse11x/css-houdini-drafts@106aefd · GitHub
Skip to content

Commit 106aefd

Browse files
chicoxyzzybfgeek
authored andcommitted
Fix typo: be -> by (w3c#803)
1 parent cfee98d commit 106aefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worklets/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The following techniques are used in order to encourage authors to write code in
115115

116116
- Code is loaded as a <a>module script</a> which resulting in the code being executed in <a>strict
117117
mode code</a> without a shared this. This prevents two different module scripts sharing
118-
state be referencing shared objects on the global scope.
118+
state by referencing shared objects on the global scope.
119119

120120
- These specifications must require user agents to always have at least two {{WorkletGlobalScope}}s
121121
per {{Worklet}} and randomly assign a method or set of methods on a class to a particular

0 commit comments

Comments
 (0)