mirror of
https://github.com/centau/vide.git
synced 2026-08-20 06:21:37 +00:00
Fix typo in scope crash course docs (#46)
This commit is contained in:
parent
b7878753bd
commit
7064489a36
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue