Fix minor spelling error (#143541)

*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.*

*List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.*

*If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
This commit is contained in:
Jake 2024-02-15 16:46:30 -06:00 committed by GitHub
parent 27cacca011
commit 22d2703834
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1989,7 +1989,7 @@ abstract class RenderBox extends RenderObject {
'RenderBox.size accessed beyond the scope of resize, layout, or '
'permitted parent access. RenderBox can always access its own size, '
'otherwise, the only object that is allowed to read RenderBox.size '
'is its parent, if they have said they will. It you hit this assert '
'is its parent, if they have said they will. If you hit this assert '
'trying to access a child\'s size, pass "parentUsesSize: true" to '
"that child's layout().",
);