We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068a64d commit 9484e64Copy full SHA for 9484e64
app/public/js/common/playerService.js
@@ -30,7 +30,7 @@ app.factory('playerService', function($rootScope, $log, $timeout, $window, $stat
30
$rootScope.shuffle= false;
31
32
/**
33
- * Get a number betweem the min index and max index
+ * Get a number between min index and max index
34
* in the Queue array
35
* @returns {number} [index in array]
36
*/
0 commit comments