Skip to content

Commit 4e02a4c

Browse files
fureweb-comniklasvh
authored andcommitted
Remove unintended space (niklasvh#1501)
1 parent ce45c1b commit 4e02a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ListItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ const createCJKCounter = (
488488
const CHINESE_INFORMAL_MULTIPLIERS = '十百千萬';
489489
const CHINESE_FORMAL_MULTIPLIERS = '拾佰仟萬';
490490
const JAPANESE_NEGATIVE = 'マイナス';
491-
const KOREAN_NEGATIVE = '마이너스 ';
491+
const KOREAN_NEGATIVE = '마이너스';
492492

493493
export const createCounterText = (
494494
value: number,

0 commit comments

Comments
 (0)