Skip to content

Commit 7638cd2

Browse files
autorejecttopgemini-code-assist[bot]sfshaza2
authored
Fix typo in state-management.md (#12677)
This typo left a weird feeling when I read it so I decided to go back and change it. --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Shams Zakhour <[email protected]>
1 parent fb35ae0 commit 7638cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/get-started/fundamentals/state-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Manually passing data down the widget tree can be verbose
167167
and cause unwanted boilerplate code,
168168
so Flutter provides _`InheritedWidget`_,
169169
which provides a way to efficiently host data in a parent widget
170-
so that child widgets can get access them without storing them as a field.
170+
so that child widgets can access them without storing them as a field.
171171

172172
To use `InheritedWidget`, extend the `InheritedWidget` class
173173
and implement the static method `of()`

0 commit comments

Comments
 (0)