Skip to content

Commit

Permalink
format "The to prop" in async-animations.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
btoo committed May 22, 2024
1 parent 70efa0d commit 2bb9a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/routes/docs/advanced/async-animations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 2bb9a76

Please sign in to comment.