Skip to content

Commit b6e5180

Browse files
authored
docs: fix typo in transitions-overview.md (#601)
1 parent 08abb47 commit b6e5180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/transitions-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ If we were to apply these states to a transition, it would look something like t
175175

176176
.button:hover {
177177
background: #3eaf7c;
178-
/* applied to the hover state, so this trnaisition will be applied when a hover is triggered */
178+
/* applied to the hover state, so this transition will be applied when a hover is triggered */
179179
transition: background 0.35s ease-out;
180180
}
181181
```

0 commit comments

Comments
 (0)