Skip to content

Commit

Permalink
docs: fix typo in transitions-overview.md (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Sokolov committed Oct 5, 2020
1 parent 08abb47 commit b6e5180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/transitions-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ If we were to apply these states to a transition, it would look something like t

.button:hover {
background: #3eaf7c;
/* applied to the hover state, so this trnaisition will be applied when a hover is triggered */
/* applied to the hover state, so this transition will be applied when a hover is triggered */
transition: background 0.35s ease-out;
}
```
Expand Down

0 comments on commit b6e5180

Please sign in to comment.