Skip to content

Commit 3a02471

Browse files
committed
typo
1 parent 7e062b0 commit 3a02471

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release-content/migration-guides/scoped_entities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ For example, if your cell can access all components without violating aliasing
3232
rules, use the `All` scope. If your cell can only access a specific set of
3333
components without violating aliasing rules, consider using `Filtered` or `Except`
3434
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`.
35+
rules by accessing a particular component, you may use `All`.

0 commit comments

Comments
 (0)