Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 6e4432c

Browse files
authored
fix(rtl): Fix typo in error message and make it more readable (#1956)
1 parent ab72daf commit 6e4432c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mdc-rtl/_mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
*/
131131
@mixin mdc-rtl-reflexive-box($base-property, $default-direction, $value, $root-selector: null) {
132132
@if (index((right, left), $default-direction) == null) {
133-
@error "Invalid default direction #{default-direction}. Please specifiy either right or left";
133+
@error "Invalid default direction: '#{$default-direction}'. Please specifiy either 'right' or 'left'.";
134134
}
135135

136136
$left-value: $value;

0 commit comments

Comments
 (0)