[docs] fix typo "bellow" vs "below" (#7955)

pull/7959/head
Josiah Nieves 2 years ago committed by GitHub
parent f9e5b3e995
commit 0a7cf0e73e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -209,7 +209,7 @@ It is important to note that the reactive blocks are ordered via simple static a
</script>
```
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.
---

Loading…
Cancel
Save