Skip to content

Commit

Permalink
docs(fix): update interpolation.mdx (pmndrs#2191)
Browse files Browse the repository at this point in the history
  • Loading branch information
enahsor committed Aug 31, 2023
1 parent 4ccf1b6 commit 1e5aa83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/routes/docs/advanced/interpolation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ from 0 to 100, you can use an interpolation to map the range 0 to 1 to 0 to 100.

### Extending the `SpringValue`

The most common use of our interpolation is to conver the value of a `SpringValue` to another value. This is
The most common use of our interpolation is to convert the value of a `SpringValue` to another value. This is
done by using the `to` method.

```tsx lines=10
Expand Down

0 comments on commit 1e5aa83

Please sign in to comment.