jenkins-bot has submitted this change and it was merged.

Change subject: Variable spelling
......................................................................


Variable spelling

Change-Id: Idf849f4402ce956d0509d55fcfd2bc2e6e9b3197
---
M modules/tools/ext.cx.tools.dictionary.js
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Santhosh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/tools/ext.cx.tools.dictionary.js 
b/modules/tools/ext.cx.tools.dictionary.js
index 2bb0e6a..52b99c4 100644
--- a/modules/tools/ext.cx.tools.dictionary.js
+++ b/modules/tools/ext.cx.tools.dictionary.js
@@ -88,14 +88,14 @@
        };
 
        DictionaryCard.prototype.showResult = function ( response ) {
-               var i, $translaton;
+               var i, $translation;
 
                if ( response.translations && response.translations.length ) {
                        for ( i = 0; i < response.translations.length; i++ ) {
-                               $translaton = $( '<div>' )
+                               $translation = $( '<div>' )
                                        .addClass( 'card__translation' )
                                        .text( response.translations[ i 
].phrase );
-                               this.$translationsBlock.append( $translaton );
+                               this.$translationsBlock.append( $translation );
                        }
                } else {
                        if ( response.freetext && response.freetext.length ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/146385
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Idf849f4402ce956d0509d55fcfd2bc2e6e9b3197
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Amire80 <amir.ahar...@mail.huji.ac.il>
Gerrit-Reviewer: Santhosh <santhosh.thottin...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to