Skip to content

Commit

Permalink
Remove double "the" (#424)
Browse files Browse the repository at this point in the history
Remove a double "the" from a sentence.
  • Loading branch information
arturcarvalho authored and Chance Strickland committed Jan 14, 2020
1 parent ba88bed commit d60c138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/animation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import SEO from "../components/SEO";

# Animation

Animation is usually boiled down to three phases: enter, update, exit. With Reach UI you're probably just after the the "enter" and "exit" phases.
Animation is usually boiled down to three phases: enter, update, exit. With Reach UI you're probably just after the "enter" and "exit" phases.

You can achieve animation with CSS and/or composing with other React components. On this page we'll look at a few different approaches.

Expand Down

0 comments on commit d60c138

Please sign in to comment.