Fix typos

This commit is contained in:
Pierre HUBERT 2020-04-29 17:01:59 +02:00
parent 5007d4779f
commit b29935bbcf
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ function ws(title, data = {}) {
} }
/** /**
* Create a quick language access function shorcut * Create a quick language access function shortcut
* *
* @param {String} stringName The name of the string to show * @param {String} stringName The name of the string to show
* @param {Array} stringParams The optionnal parametres to include with the string * @param {Array} stringParams The optionnal parametres to include with the string

View File

@ -71,7 +71,7 @@ ComunicWeb.components.account.export.worker = {
*/ */
parse: function(data, zip){ parse: function(data, zip){
//Get UI shorcut //Get UI shortcut
var ui = ComunicWeb.components.account.export.ui; var ui = ComunicWeb.components.account.export.ui;
var Promise = window.Promise; var Promise = window.Promise;