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

Commit bd4ac5b

Browse files
authored
doc fix typo (#398)
1 parent f2fe5e8 commit bd4ac5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/components.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ And we use the component like this:
2828
{{#include ../../src/test/kotlin/kweb/docs/components.kt:component_usage}}
2929
```
3030

31-
Components are configured through the extension fuunction parameters, typically through
31+
Components are configured through the extension function parameters, typically through
3232
a mixture of:
3333

34-
* [KVal](https://docs.kweb.io/api/kweb-core/kweb.state/-k-val/index.html)s for values that can change
34+
* [KVal](https://docs.kweb.io/api/kweb-core/kweb.state/-k-val/index.html)s for values that can not change
3535
* [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
3636
* [ObservableList](https://docs.kweb.io/api/kweb-core/kweb.state/-observable-list/index.html)s for lists of values that can change
3737
* Other normal classes like **String** for immutable values

0 commit comments

Comments
 (0)