From 134c9b134fc15565045a3bb927417735803d08d7 Mon Sep 17 00:00:00 2001 From: petarpetkovic Date: Wed, 8 Aug 2018 14:36:33 +0200 Subject: [PATCH] Remove duplicated usage of article "the" Bug: T201491 Change-Id: Id6ee7ace11e7fbadd0323642c06021f89362e9f2 --- resources/js/ext.uls.displaysettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/ext.uls.displaysettings.js b/resources/js/ext.uls.displaysettings.js index 69ef8812..96d5b5c1 100644 --- a/resources/js/ext.uls.displaysettings.js +++ b/resources/js/ext.uls.displaysettings.js @@ -339,7 +339,7 @@ if ( parseInt( $parent.css( 'top' ), 10 ) ) { this.$menu.css( 'top', $parent.css( 'top' ) ); } - // If the ULS is shown in the the sidebar, + // If the ULS is shown in the sidebar, // add a caret pointing to the icon if ( displaySettings.$parent.$window.hasClass( 'callout' ) ) { this.$menu.addClass( 'callout callout--languageselection' );