Skip to content

Commit

Permalink
chore: inclusive language
Browse files Browse the repository at this point in the history
  • Loading branch information
marufrasully committed Aug 21, 2024
1 parent 3f472d5 commit e21e313
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ describe("the use of non unique id validation", () => {
// assert
expect(result).toBeEmpty();
});
it("will not detect issues for id attributes under whitelisted (none UI5) namespaces", async () => {
it("will not detect issues for id attributes under allow list (none UI5) namespaces", async () => {
// arrange
const xmlSnippet = `
<mvc:View
Expand Down

0 comments on commit e21e313

Please sign in to comment.