Skip to content

Commit 5493b96

Browse files
authored
Fix typo in SingleEntryPointSystems.md (#35)
1 parent 34dc9dc commit 5493b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Dependencies/Documentation.docc/Articles/SingleEntryPointSystems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The presence of `_EnvironmentKeyWritingModifier` shows that an environment key i
113113
This is an incredibly powerful feature of SwiftUI, and the only reason it works so well and is so
114114
easy to understand is specifically because SwiftUI views form a single entry point system. That
115115
makes it possible to alter the execution environment of `HeaderView` so that its foreground color
116-
is red, and that altered state does not affect the other parts of the view true, such as
116+
is red, and that altered state does not affect the other parts of the view tree, such as
117117
`FooterView`.
118118

119119
The same is possible with the Composable Architecture and the dependencies of features. For example,

0 commit comments

Comments
 (0)