correct the typo in application.md (#60)
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
## Application state
|
## Application state
|
||||||
|
|
||||||
- [ApplicationContext.ts](./../src/application/Context/ApplicationContext.ts) holds the [CategoryCollectionState](./../src/application/Context/State/CategoryCollectionState.ts)] for each OS
|
- [ApplicationContext.ts](./../src/application/Context/ApplicationContext.ts) holds the [CategoryCollectionState](./../src/application/Context/State/CategoryCollectionState.ts) for each OS
|
||||||
- Uses [state pattern](https://en.wikipedia.org/wiki/State_pattern)
|
- Uses [state pattern](https://en.wikipedia.org/wiki/State_pattern)
|
||||||
- Same instance is shared throughout the application to ensure consistent state
|
- Same instance is shared throughout the application to ensure consistent state
|
||||||
- 📖 See [Application State | Presentation layer](./presentation.md#application-state) to read more about how the state should be managed by the presentation layer.
|
- 📖 See [Application State | Presentation layer](./presentation.md#application-state) to read more about how the state should be managed by the presentation layer.
|
||||||
|
|||||||
Reference in New Issue
Block a user