Fix typo in scope crash course docs (#46)

This commit is contained in:
HarryXChen 2025-01-16 21:06:54 -05:00 committed by GitHub
parent b7878753bd
commit 7064489a36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.