From 7064489a369521006135b5a0bd73bde548a631ef Mon Sep 17 00:00:00 2001 From: HarryXChen <51322624+HarryXChen3@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:06:54 -0500 Subject: [PATCH] Fix typo in scope crash course docs (#46) --- docs/tut/crash-course/6-scope.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tut/crash-course/6-scope.md b/docs/tut/crash-course/6-scope.md index 7775647..e2cea69 100644 --- a/docs/tut/crash-course/6-scope.md +++ b/docs/tut/crash-course/6-scope.md @@ -7,7 +7,7 @@ But the disconnecting of many signals and connections is tedious and verbose. Vide instead operates on the concept of scopes which provides a much cleaner API, given that you follow a few rules. -Thre are two types of scopes: stable and reactive. +There are two types of scopes: stable and reactive. - A scope must be created within another scope. - Stable scopes never rerun.