Skip to content

Commit

Permalink
✏️ Fix incorrect wording
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoLegends committed Mar 4, 2018
1 parent 3900bba commit 2237f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ interface ChildData {
* to performance because it causes layout thrashing. Therefore, we only use microtask
* timing in WebKit and EdgeHTML browsers and proper rAF timing in all others.
*
* As soon as these bugs are fixed, we can use to rAF timing in all browsers.
* As soon as these bugs are fixed, we can revert to using rAF timing in all browsers.
*
* @see https://www.youtube.com/watch?v=cCOL7MC4Pl0
*/
Expand Down

0 comments on commit 2237f44

Please sign in to comment.