Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:kwebio/kweb-core
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 2, 2022
2 parents ebab831 + bd4ac5b commit b7b0455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ And we use the component like this:
{{#include ../../src/test/kotlin/kweb/docs/components.kt:component_usage}}
```

Components are configured through the extension fuunction parameters, typically through
Components are configured through the extension function parameters, typically through
a mixture of:

* [KVal](https://docs.kweb.io/api/kweb-core/kweb.state/-k-val/index.html)s for values that can change
* [KVal](https://docs.kweb.io/api/kweb-core/kweb.state/-k-val/index.html)s for values that can not change
* [KVar](https://docs.kweb.io/api/kweb-core/kweb.state/-k-var/index.html)s for values that can change or be changed by the Component
* [ObservableList](https://docs.kweb.io/api/kweb-core/kweb.state/-observable-list/index.html)s for lists of values that can change
* Other normal classes like **String** for immutable values
Expand Down

0 comments on commit b7b0455

Please sign in to comment.