Skip to content

Commit 06c8aa8

Browse files
authored
Merge pull request #6532 from catull/fix-typo--tempalte-to-template
Fix typo: "tempalte" -> "template"
2 parents 63a8bf3 + dd16fc0 commit 06c8aa8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid-filtering-ui.spec.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2414,13 +2414,13 @@ describe('IgxGrid - Filtering Row UI actions #grid', () => {
24142414

24152415
// Verify the custom filter template is present.
24162416
expect(GridFunctions.getFilterCell(fix, 'ProductName').query(By.css('.custom-filter'))).not.toBeNull(
2417-
'\`ProductName\` customer filter tempalte was not found.');
2417+
'\`ProductName\` customer filter template was not found.');
24182418
expect(GridFunctions.getFilterCell(fix, 'Downloads').query(By.css('.custom-filter'))).not.toBeNull(
2419-
'\`Downloads\` customer filter tempalte was not found.');
2419+
'\`Downloads\` customer filter template was not found.');
24202420
expect(GridFunctions.getFilterCell(fix, 'Released').query(By.css('.custom-filter'))).not.toBeNull(
2421-
'\`Released\` customer filter tempalte was not found.');
2421+
'\`Released\` customer filter template was not found.');
24222422
expect(GridFunctions.getFilterCell(fix, 'ReleaseDate').query(By.css('.custom-filter'))).not.toBeNull(
2423-
'\`ReleaseDate\` customer filter tempalte was not found.');
2423+
'\`ReleaseDate\` customer filter template was not found.');
24242424
}));
24252425
});
24262426
});

0 commit comments

Comments
 (0)