From 7e9f275b6f452a7f888ec26e7d5e24752f8060c1 Mon Sep 17 00:00:00 2001 From: Mayor-Rhymes <35629340+Mayor-Rhymes@users.noreply.github.com> Date: Mon, 5 Jun 2023 09:38:00 +0100 Subject: [PATCH] docs: Update controllers-and-springs.mdx (#2159) --- docs/app/routes/docs/concepts/controllers-and-springs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/routes/docs/concepts/controllers-and-springs.mdx b/docs/app/routes/docs/concepts/controllers-and-springs.mdx index 60a39f1d3e..381935babb 100644 --- a/docs/app/routes/docs/concepts/controllers-and-springs.mdx +++ b/docs/app/routes/docs/concepts/controllers-and-springs.mdx @@ -42,7 +42,7 @@ of the `from` config object). The value of said key is a [`SpringValue`](#spring Explained in `typescript` terms the signature looks like: ```ts -type SpringValues = { +type SpringValues> = { [Key in keyof OnlyAnimatableKeys]: SpringValue } ```