Skip to content

Commit

Permalink
docs: spelling fixes (#2145)
Browse files Browse the repository at this point in the history
  • Loading branch information
HorusMabia committed Apr 12, 2023
1 parent 69aad85 commit ad88689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/app/routes/docs/concepts/targets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ sidebar_position: 4
## 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
changes are it's targetted at the browser. However, if you write a server-side application then you're targetting node.
chances are it's targetted at the browser. However, if you write a server-side application then you're targetting 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 too.
of target we're referring to.

A target in `react-spring` is a `react reconciler` a.k.a `react renderer`. That is, a custom renderer that can process different
JSX components, it's duty is to create / update and remove these elements from the browser. `react-dom` is a prime example of
Expand Down

1 comment on commit ad88689

@vercel
Copy link

@vercel vercel bot commented on ad88689 Apr 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.