Skip to content

Commit

Permalink
Fix typo in scope crash course docs (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryXChen3 authored Jan 17, 2025
1 parent b787875 commit 7064489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tut/crash-course/6-scope.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7064489

Please sign in to comment.