Fix the misspelling of "register"

Change-Id: Ib2ba436b6010681263a23f5fad4448edbbacfdc7
This commit is contained in:
lijunjie 2019-01-23 16:38:58 +08:00
parent 3ea4787c88
commit c8b06c57fd
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ function chart($window) {
};
/**
* Request an animation frame from the browser, and call all regsitered
* Request an animation frame from the browser, and call all registered
* animation callbacks when it occurs. If an animation has already been
* requested but has not completed, this method will return immediately.
*/