From c6226e21dbd2d6a457c89badea9e40497870e8af Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Wed, 26 Apr 2023 09:36:09 -0500 Subject: [PATCH] Update components.md --- docs/src/components.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/components.md b/docs/src/components.md index 3f8d7fea35..9ef0db5452 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