We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e5b3e commit 0a7cf0eCopy full SHA for 0a7cf0e
site/content/docs/02-component-format.md
@@ -209,7 +209,7 @@ It is important to note that the reactive blocks are ordered via simple static a
209
</script>
210
```
211
212
-Moving the line `$: yDependent = y` bellow `$: setY(x)` will cause `yDependent` to be updated when `x` is updated.
+Moving the line `$: yDependent = y` below `$: setY(x)` will cause `yDependent` to be updated when `x` is updated.
213
214
---
215
0 commit comments