Skip to content

Commit 0a7cf0e

Browse files
authored
[docs] fix typo "bellow" vs "below" (#7955)
1 parent f9e5b3e commit 0a7cf0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/02-component-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ It is important to note that the reactive blocks are ordered via simple static a
209209
</script>
210210
```
211211

212-
Moving the line `$: yDependent = y` bellow `$: setY(x)` will cause `yDependent` to be updated when `x` is updated.
212+
Moving the line `$: yDependent = y` below `$: setY(x)` will cause `yDependent` to be updated when `x` is updated.
213213

214214
---
215215

0 commit comments

Comments
 (0)