Skip to content

Commit

Permalink
[docs] fix typo "bellow" vs "below" (#7955)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtn7 authored Oct 17, 2022
1 parent f9e5b3e commit 0a7cf0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/02-component-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---

Expand Down

0 comments on commit 0a7cf0e

Please sign in to comment.