Skip to content

Commit b068334

Browse files
committed
AC-99: Update Third Party library: jquery.tabs
- Fixed spelling error
1 parent b755ed6 commit b068334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Magento2/Sniffs/Html/HtmlCollapsibleAttributeSniff.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function process(File $phpcsFile, $stackPtr)
4747
foreach ($matches as $match) {
4848
$phpcsFile->addError(
4949
'Collapsible attributes data-toggle and data-target need to be updated to ' .
50-
'data-bs-toogle and data-bs-target'
50+
'data-bs-toggle and data-bs-target'
5151
. ' - "' . $match[0] . PHP_EOL,
5252
null,
5353
'HtmlCollapsibleAttribute'

0 commit comments

Comments
 (0)