Skip to content

Commit

Permalink
NOJIRA: fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Apr 26, 2018
1 parent efff0e0 commit 2d53b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/core/js/Fluid.js
Expand Up @@ -890,7 +890,7 @@ var fluid = fluid || fluid_3_0_0;
/**
* Copied from Underscore.js 1.4.3 - see licence at head of this file
*
* Will execute the passed in function after the specified about of time since it was last executed.
* Will execute the passed in function after the specified ammout of time since it was last executed.
* @param {Function} func - the function to execute
* @param {Number} wait - the number of milliseconds to wait before executing the function
* @param {Boolean} immediate - Whether to trigger the function at the start (true) or end (false) of
Expand Down

0 comments on commit 2d53b77

Please sign in to comment.