Skip to content

Commit a8a846b

Browse files
authoredMar 30, 2021
Update my-component-story-use-globaltype.mdx.mdx
#13602
1 parent 57fc3cd commit a8a846b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/snippets/common/my-component-story-use-globaltype.mdx.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const getCaptionForLocale = (locale) => {
88
case 'kr': return '안녕하세요!';
99
case 'zh': return '你好!';
1010
default:
11-
return 'Hello!',
11+
return 'Hello!';
1212
}
1313
}
1414

0 commit comments

Comments
 (0)
Please sign in to comment.