Fix typo in scope crash course docs

This commit is contained in:
harry.chen 2025-01-16 13:31:10 -05:00
parent b7878753bd
commit 3c92e207b1

View file

@ -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.