Skip to content

Commit 08a2666

Browse files
committed
Fixed typo in component app tutorial
1 parent e26b84b commit 08a2666

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/02-component-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ This pattern includes:
374374
- **Badge**: Shows the current value in real-time (see https://mantine.dev/core/badge/)
375375
- **Slider**: Interactive control for adjusting the value (see https://mantine.dev/core/slider/)
376376

377-
Note that the `value` property of the `Slider` is set to the ***state variable*** we created for this paramter, `max_distance`, and that the setter for this variable is passed to the `onChangeEnd` to ensure that `max_distance` (and) stays in-sync with the value that the user chosen with the `Slider`. More on this concept later.
377+
Note that the `value` property of the `Slider` is set to the ***state variable*** we created for this paramter, `max_distance`, and that the setter for this variable is passed to the `onChangeEnd` to ensure that `max_distance` stays in-sync with the value that the user chosen with the `Slider`. More on this concept later.
378378

379379
Go ahead and add all six parameter controls inside the first `GridCol(span=12)`, like so:
380380

0 commit comments

Comments
 (0)