Skip to content

Commit 7e9f275

Browse files
authored
docs: Update controllers-and-springs.mdx (#2159)
1 parent 9a4d987 commit 7e9f275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/routes/docs/concepts/controllers-and-springs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ of the `from` config object). The value of said key is a [`SpringValue`](#spring
4242
Explained in `typescript` terms the signature looks like:
4343

4444
```ts
45-
type SpringValues<SpringConfig extends Record<string, any> = {
45+
type SpringValues<SpringConfig extends Record<string, any>> = {
4646
[Key in keyof OnlyAnimatableKeys<SpringConfig>]: SpringValue
4747
}
4848
```

0 commit comments

Comments
 (0)