Skip to content

Commit 3ab2d39

Browse files
fix typos
1 parent e5db3e1 commit 3ab2d39

9 files changed

Lines changed: 7 additions & 8 deletions

File tree

apps/demos/Demos/Gantt/TaskTemplate/Angular/app/app.component.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424

2525
.custom-task-color-5 {
26-
background-color: #DD2C00 ;
26+
background-color: #DD2C00;
2727
}
2828

2929
.custom-task-color-6 {

apps/demos/Demos/Gantt/TaskTemplate/React/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424

2525
.custom-task-color-5 {
26-
background-color: #DD2C00 ;
26+
background-color: #DD2C00;
2727
}
2828

2929
.custom-task-color-6 {

apps/demos/Demos/Gantt/TaskTemplate/ReactJs/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424

2525
.custom-task-color-5 {
26-
background-color: #DD2C00 ;
26+
background-color: #DD2C00;
2727
}
2828

2929
.custom-task-color-6 {

apps/demos/Demos/Gantt/TaskTemplate/Vue/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function getImagePath(taskId: number) {
103103
}
104104
105105
.custom-task-color-5 {
106-
background-color: #DD2C00 ;
106+
background-color: #DD2C00;
107107
}
108108
109109
.custom-task-color-6 {

apps/demos/Demos/Gantt/TaskTemplate/jQuery/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424

2525
.custom-task-color-5 {
26-
background-color: #DD2C00 ;
26+
background-color: #DD2C00;
2727
}
2828

2929
.custom-task-color-6 {

apps/demos/testing/common.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@ const getIgnoredRules = (testName) => {
4141
'Accordion-Overview',
4242
'TagBox-Overview',
4343
'TreeList-StatePersistence',
44-
// False positive:contrast rules do not apply to custom orange color
44+
// False positive: contrast rules do not apply to custom orange color
4545
'CardView-FieldTemplate',
4646
// False positive: contrast rules do not apply to read-only editors on the custom option panel background
4747
'VectorMap-DynamicViewport',
48-
'TreeList-StatePersistence',
4948
].includes(testName)
5049
) {
5150
ignoredRules.push('color-contrast');

e2e/testcafe-devextreme/helpers/accessibility/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const testAccessibility = <TComponentOptions = unknown>(
4545

4646
const optionConfigurations = getOptionConfigurations(options);
4747

48-
optionConfigurations.forEach((optionConfiguration: TComponentOptions, index) => {
48+
optionConfigurations.forEach((optionConfiguration, index) => {
4949
test(`${component}: test with axe #${index}`, async (t) => {
5050
const currentA11yCheckConfig = { ...a11yCheckConfig } as A11yCheckOptions;
5151
const isComponentDisabled = (optionConfiguration as Record<string, unknown>).disabled;
-126 Bytes
Loading
-7.97 KB
Loading

0 commit comments

Comments
 (0)