Skip to content

Commit ad88689

Browse files
authored
docs: spelling fixes (#2145)
1 parent 69aad85 commit ad88689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/app/routes/docs/concepts/targets.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ sidebar_position: 4
1616
## What is a target?
1717

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

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

0 commit comments

Comments
 (0)