* docs: Fix broken link of Storage
* docs: Fix broken link of Blocks
* docs: Fix broken link of Style-manager
* docs: Fix broken link of Commands
* docs: Fix broken link of Assets
---------
Co-authored-by: Artur Arseniev <artur.catch@hotmail.it>
There are small typos in:
- docs/api/selector.md
- docs/api/storage_manager.md
- docs/modules/Blocks.md
- docs/modules/Components.md
- docs/modules/I18n.md
- docs/modules/Storage.md
- docs/modules/Traits.md
Fixes:
- Should read `argument` rather than `argumnet`.
- Should read `with` rather than `wiht`.
- Should read `redundant` rather than `redundent`.
- Should read `propagation` rather than `propogation`.
- Should read `performances` rather than `perfomances`.
- Should read `implementation` rather than `implemenation`.
- Should read `contributors` rather than `contributos`.
- Should read `attached` rather than `attacched`.
Signed-off-by: Tim Gates <tim.gates@iress.com>
When loading the template using init config, make sure the fromElement: false is set otherwise the content within the wrapper element will override the template config.