diff options
Diffstat (limited to 'spec/RAFPlugin.js')
-rw-r--r-- | spec/RAFPlugin.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/RAFPlugin.js b/spec/RAFPlugin.js index 61eed46..770212c 100644 --- a/spec/RAFPlugin.js +++ b/spec/RAFPlugin.js @@ -1,6 +1,6 @@ /* globals jasmine */ /** - * Jasmine RequestAnimationFrame: a set of helpers for testing funcionality + * Jasmine RequestAnimationFrame: a set of helpers for testing functionality * that uses requestAnimationFrame under the Jasmine BDD framework for JavaScript. */ function RAFPlugin (jasmine) { |