Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor docs improvements #2279

Merged
merged 2 commits into from
May 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -59,7 +59,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
2 changes: 1 addition & 1 deletion docs/app/routes/docs.concepts.targets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const meta = formatFrontmatterToRemixMeta(frontmatter)
## What is a target?

When a target is discussed it is sometimes in reference to the platform, e.g. you create a client side react application
chances are it's targetted at the browser. However, if you write a server-side application then you're targetting node.
chances are it's targeted at the browser. However, if you write a server-side application then you're targeting node.
Whilst `react-spring` does support the targets `web` and `native` and _can_ be server-side rendered. This is not the type
of target we're referring to.

Expand Down
Loading