File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/ComposableArchitecture/Documentation.docc/Articles Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ dependency or using the shared state tools discussed in this article.
6969
7070## Explicit shared state
7171
72- This is the simplest kind of shared state to get start with. It allows you to share state amongst
72+ This is the simplest kind of shared state to get started with. It allows you to share state amongst
7373many features without any persistence. The data is only held in memory, and will be cleared out the
7474next time the application is run.
7575
@@ -95,7 +95,7 @@ struct ParentFeature {
9595> information about how to initialize types that use ` @Shared ` .
9696
9797Then suppose that this feature can present a child feature that wants access to this shared ` count `
98- value. It too would hold onto an ` @Shared ` property to a count:
98+ value. It too would hold onto a ` @Shared ` property to a count:
9999
100100``` swift
101101@Reducer
You can’t perform that action at this time.
0 commit comments