Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
appsforartists committed Aug 10, 2023
1 parent 3884ac7 commit fad7140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Imagine `<Trunk>` has called `useTrapeze(2)` (for each branch); `<BranchA>` has

`next()` will increment `<BranchA>` for the first 3 calls. The 4th call will
increment `<Trunk>`. If `<Trunk>` presents its children incrementally (like
`<Spotlight>`, that will cause `<BranchB>` to be mounted. `<BranchB>` will
`<Spotlight>`), that will cause `<BranchB>` to be mounted. `<BranchB>` will
receive the next 2 `next()` calls.

This example uses tree names to explain the order of incrementation. In a more
Expand Down

0 comments on commit fad7140

Please sign in to comment.