From e27babe1acd2490a119e42a442de757ac5956b84 Mon Sep 17 00:00:00 2001 From: Josiah Nieves <23145687+jtn7@users.noreply.github.com> Date: Sun, 16 Oct 2022 16:28:05 -0400 Subject: [PATCH] Update 02-component-format.md Fix the typo "bellow" to "below" --- site/content/docs/02-component-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/02-component-format.md b/site/content/docs/02-component-format.md index 5212b001ac..268444ab7d 100644 --- a/site/content/docs/02-component-format.md +++ b/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 ``` -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. ---