docs: a few grammar fixes, removal of ref to ComponentProps (#1217)

This commit is contained in:
Ty Larrabee
2023-06-20 18:00:28 -07:00
committed by GitHub
parent 8ae5cf0ccf
commit e402b85dd6
6 changed files with 7 additions and 19 deletions

View File

@@ -22,7 +22,7 @@ Leptos, as a framework, reflects certain technical values:
- **Expose primitives rather than imposing patterns.** Provide building blocks
that users can combine together to build up more complex behavior, rather than
requiring users follow certain templates, file formats, etc. e.g., components
are defined as functions, rather than a bespoke single-file comonent format.
are defined as functions, rather than a bespoke single-file component format.
The reactive system feeds into the rendering system, rather than being defined
by it.
- **Bottom-up over top-down.** If you envision a users application as a tree