From 3c92e207b139bb101dbf6827409ab1aa3c88617a Mon Sep 17 00:00:00 2001 From: "harry.chen" Date: Thu, 16 Jan 2025 13:31:10 -0500 Subject: [PATCH] Fix typo in scope crash course docs --- 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.