From 1e5aa83161db19796ab5ba04414ffb62b8b26665 Mon Sep 17 00:00:00 2001 From: Dowen Robinson <35748031+enahsor@users.noreply.github.com> Date: Thu, 31 Aug 2023 02:34:33 -0500 Subject: [PATCH] docs(fix): update interpolation.mdx (#2191) --- docs/app/routes/docs/advanced/interpolation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/routes/docs/advanced/interpolation.mdx b/docs/app/routes/docs/advanced/interpolation.mdx index ca938408dc..21708ae5ad 100644 --- a/docs/app/routes/docs/advanced/interpolation.mdx +++ b/docs/app/routes/docs/advanced/interpolation.mdx @@ -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