diff --git a/docs/src/components.md b/docs/src/components.md index 3f8d7fea3..9ef0db545 100644 --- a/docs/src/components.md +++ b/docs/src/components.md @@ -33,9 +33,9 @@ a mixture of: | Parameter Type | For | |----------------------------------------------------------------------------------------------|-----------------------------------------------------------------| -| [KVals](https://docs.kweb.io/api/kweb-core/kweb.state/-k-val/index.html)s | Values that can change but not be modified by the component | -| [KVars](https://docs.kweb.io/api/kweb-core/kweb.state/-k-var/index.html) | Values that can change or be modified by the component | -| [ObservableLists](https://docs.kweb.io/api/kweb-core/kweb.state/-observable-list/index.html) | Lists of values that can change or be modified by the component | +| [KVal](https://docs.kweb.io/api/kweb-core/kweb.state/-k-val/index.html)s | Values that can change but not be modified by the component | +| [KVar](https://docs.kweb.io/api/kweb-core/kweb.state/-k-var/index.html)s | Values that can change or be modified by the component | +| [ObservableList](https://docs.kweb.io/api/kweb-core/kweb.state/-observable-list/index.html)s | Lists of values that can change or be modified by the component | | Double, String, etc | Values that don't change | The simplest Component's may have no parameters at all, or just one or two, while the most complex might use