1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 18:02:54 +01:00

promsie -> promise (#13914)

correct typo
This commit is contained in:
GABINJUNG 2018-01-11 05:43:29 +09:00 committed by Pete Nykänen
parent 254bb77ac8
commit 9dc7c5a0ce

View File

@ -158,7 +158,7 @@ define(function (require, exports, module) {
*
* @param {string} content is the css/less string to be processed
* @param {Theme} theme is the object the css/less corresponds to
* @return {$.Promise} promsie with the processed css/less as the resolved value
* @return {$.Promise} promise with the processed css/less as the resolved value
*/
function lessifyTheme(content, theme) {
var deferred = new $.Deferred();