We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e062b0 commit 3a02471Copy full SHA for 3a02471
1 file changed
release-content/migration-guides/scoped_entities.md
@@ -32,4 +32,4 @@ For example, if your cell can access all components without violating aliasing
32
rules, use the `All` scope. If your cell can only access a specific set of
33
components without violating aliasing rules, consider using `Filtered` or `Except`
34
scopes. If you are able to validate externally that you won't violate aliasing
35
-rules by accesing a particular component, you may use `All`.
+rules by accessing a particular component, you may use `All`.
0 commit comments