We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b755ed6 commit b068334Copy full SHA for b068334
Magento2/Sniffs/Html/HtmlCollapsibleAttributeSniff.php
@@ -47,7 +47,7 @@ public function process(File $phpcsFile, $stackPtr)
47
foreach ($matches as $match) {
48
$phpcsFile->addError(
49
'Collapsible attributes data-toggle and data-target need to be updated to ' .
50
- 'data-bs-toogle and data-bs-target'
+ 'data-bs-toggle and data-bs-target'
51
. ' - "' . $match[0] . PHP_EOL,
52
null,
53
'HtmlCollapsibleAttribute'
0 commit comments