From c8b06c57fd3378739f77297c2515fb1e766925c3 Mon Sep 17 00:00:00 2001 From: lijunjie Date: Wed, 23 Jan 2019 16:38:58 +0800 Subject: [PATCH] Fix the misspelling of "register" Change-Id: Ib2ba436b6010681263a23f5fad4448edbbacfdc7 --- app/js/directives/chart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/js/directives/chart.js b/app/js/directives/chart.js index 3321dec3..d8452272 100644 --- a/app/js/directives/chart.js +++ b/app/js/directives/chart.js @@ -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. */