Skip to content

Commit c86549e

Browse files
Removed double occurrences from jQuery, angular JS files and Magento Setup module's scan function.
1 parent 02e144c commit c86549e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/web/jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5150,7 +5150,7 @@
51505150
) && acceptData( elem )
51515151
) {
51525152

5153-
// Call a native DOM method on the target with the same name name as the event.
5153+
// Call a native DOM method on the target with the same name as the event.
51545154
// Can't use an .isFunction() check here because IE6/7 fails that test.
51555155
// Don't do default actions on window, that's where global variables be (#6170)
51565156
if ( ontype && elem[ type ] && !jQuery.isWindow( elem ) ) {

setup/pub/angular/angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6613,7 +6613,7 @@
66136613
* looks up the directive and decorates it with exception handling and proper parameters. We
66146614
* call this the boundDirective.
66156615
*
6616-
* @param {string} name name of the directive to look up.
6616+
* @param {string} name of the directive to look up.
66176617
* @param {string} location The directive must be found in specific format.
66186618
* String containing any of theses characters:
66196619
*

setup/src/Magento/Setup/Module/Di/Code/Scanner/ConfigurationScanner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function __construct(
2828
*
2929
* @param string $fileName
3030
*
31-
* @return array array of paths to the configuration files
31+
* @return array of paths to the configuration files
3232
*/
3333
public function scan($fileName)
3434
{

0 commit comments

Comments
 (0)