Update 02-component-format.md

Fix the typo "bellow" to "below"
pull/7955/head
Josiah Nieves 4 years ago committed by GitHub
parent f9e5b3e995
commit e27babe1ac
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> </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