Skip to content

Commit

Permalink
Docs: Another typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitschpatrol committed Jan 26, 2024
1 parent 18aa1c2 commit fb9273d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/docs/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Though binding to a component's `value` is generally the best way to react to ch

To this end, all value-manipulating components provide a `change` event that includes the "origin" of the change in the `event.details` payload.

Changes resulting from the user's direct manipulation of the control will are marked as `internal`, while those resulting from a change to the bound value from _outside_ the component are marked as `external`.
Changes resulting from the user's direct manipulation of the control are marked as `internal`, while those resulting from a change to the bound value from _outside_ the component are marked as `external`.

The example below tallies `internal` vs. `external` changes to the `<Slider>`:

Expand Down

0 comments on commit fb9273d

Please sign in to comment.