Skip to content

Commit

Permalink
fix spelling of "targetting"/"targetted" in targets.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
btoo authored and joshuaellis committed May 26, 2024
1 parent b55cbd8 commit ab4f7dd
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit ab4f7dd

Please sign in to comment.