Skip to content

Commit

Permalink
docs: Update src/linter/html/transpiler.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Oßwald <[email protected]>
  • Loading branch information
d3xter666 and matz3 authored Dec 17, 2024
1 parent cd895d6 commit beaf8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linter/html/transpiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function lintBootstrapAttributes(tag: Tag, report: HtmlReporter) {
case "data-sap-ui-no-duplicate-ids":
report.addMessage(MESSAGE.ABANDONED_BOOTSTRAP_PARAM_ERROR, {
name: attr.name.value,
messageDetails: "Duplicate id checks are enforced with UI5 2.X",
messageDetails: "Duplicate ID checks are enforced with UI5 2.x",
}, attr.name);
break;
case "data-sap-ui-auto-aria-body-role":
Expand Down

0 comments on commit beaf8c1

Please sign in to comment.