PR Close #22975
This commit is contained in:
Veres Lajos
2018-03-10 17:14:58 +00:00
committed by Matias Niemelä
parent f739f756ce
commit de90314304
62 changed files with 112 additions and 108 deletions

View File

@ -645,7 +645,7 @@ export function state(
* destination, keyframes can describe how each style entry is applied and at what point within the
* animation arc (much like CSS Keyframe Animations do).
*
* For each `style()` entry an `offset` value can be set. Doing so allows to specifiy at what
* For each `style()` entry an `offset` value can be set. Doing so allows to specify at what
* percentage of the animate time the styles will be applied.
*
* ```typescript
@ -1052,7 +1052,7 @@ export function useAnimation(
*
* ### Usage
*
* query() is designed to collect mutiple elements and works internally by using
* query() is designed to collect multiple elements and works internally by using
* `element.querySelectorAll`. An additional options object can be provided which
* can be used to limit the total amount of items to be collected.
*