Skip to content

Commit eb99b4c

Browse files
committed
Fix label typo
1 parent 20be636 commit eb99b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/Config/Source/Method.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Method implements \Magento\Framework\Option\ArrayInterface
3333
public function toOptionArray(): array
3434
{
3535
return [
36-
['value' => self::JAVASCRIPT, 'label' => __('Non-jQuer JavaScript Library')],
36+
['value' => self::JAVASCRIPT, 'label' => __('Non-jQuery JavaScript Library')],
3737
['value' => self::NATIVE, 'label' => __('Native Browser Lazy Loading')],
3838
];
3939
}

0 commit comments

Comments
 (0)