1
0
mirror of https://github.com/akveo/eva-icons.git synced 2025-09-03 02:42:46 +02:00

docs(readme): fix couple of typos (#29)

This commit is contained in:
Wanderson Passos Barcelos
2018-11-14 18:02:26 -02:00
committed by Dmitry Nehaychik
parent 3234ce67bf
commit 3810b6369f

View File

@@ -134,7 +134,7 @@ Replaces all elements that have a `data-eva` attribute with SVG markup.
eva.replace({
aniamtion: {
type: string, // zoom, pulse, shake, flip
hover: booleam, // default true
hover: boolean, // default true
infinite: boolean, // default false
}
});
@@ -146,7 +146,7 @@ eva.replace({
```html
<div class="eva-parent-hover">
<i data-eva="github" data-eva-animation="zoom"></i>
Zoom aniamtion
Zoom animation
</div>
```