From 765f065681d7ab76c85a65ca0071e1defd1674ea Mon Sep 17 00:00:00 2001 From: Alexander Sokolov Date: Mon, 5 Oct 2020 23:19:14 +0300 Subject: [PATCH] Update transitions-overview.md --- src/guide/transitions-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/transitions-overview.md b/src/guide/transitions-overview.md index 18f686be54..9c9d27ef06 100644 --- a/src/guide/transitions-overview.md +++ b/src/guide/transitions-overview.md @@ -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; } ```