From 2bb9a761470bcc47188d8627d7e51dd5b5cec200 Mon Sep 17 00:00:00 2001 From: btoo <8883465+btoo@users.noreply.github.com> Date: Wed, 22 May 2024 12:34:24 -0700 Subject: [PATCH] format "The `to` prop" in async-animations.mdx --- docs/app/routes/docs/advanced/async-animations.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/routes/docs/advanced/async-animations.mdx b/docs/app/routes/docs/advanced/async-animations.mdx index 4fd5ae4966..61cd7096c4 100644 --- a/docs/app/routes/docs/advanced/async-animations.mdx +++ b/docs/app/routes/docs/advanced/async-animations.mdx @@ -55,7 +55,7 @@ export default function MyComponent() { } ``` -## The to prop +## The `to` prop If you've read any of the `component` pages, you'll know we accept a `to` prop, it's typically used as an object, but alternatively, you can also use an array (chaining the animations) or a function (writing an animation script).