Skip to content

Commit

Permalink
fix: typo compatibility (saadeghi#1602)
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Hall <[email protected]>
  • Loading branch information
Adrastopoulos and Adrastopoulos committed Feb 14, 2023
1 parent 0836391 commit 41c8b5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/styled/checkbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
}
}

/* backward comptability */
/* backward compatibility */
.checkbox-mark {
@apply hidden;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/styled/radio.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
}
}

/* backward comptability */
/* backward compatibility */
.radio-mark {
@apply hidden;
}
2 changes: 1 addition & 1 deletion src/components/styled/toggle.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
}
}

/* backward comptability */
/* backward compatibility */
.toggle-mark {
@apply hidden;
}

0 comments on commit 41c8b5b

Please sign in to comment.