Skip to content

Commit 611a429

Browse files
committed
Spellchecking
1 parent 723ddcf commit 611a429

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/core/Common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ var Common = {};
198198
/**
199199
* Description
200200
* @method now
201-
* @return {number} the current timestamp (high-res if avaliable)
201+
* @return {number} the current timestamp (high-res if available)
202202
*/
203203
Common.now = function() {
204204
// http://stackoverflow.com/questions/221294/how-do-you-get-a-timestamp-in-javascript
@@ -305,4 +305,4 @@ var Common = {};
305305
return Common._seed / 233280;
306306
};
307307

308-
})();
308+
})();

0 commit comments

Comments
 (0)