Skip to content

Commit

Permalink
Merge pull request #14390 from YozhEzhi/patch-1
Browse files Browse the repository at this point in the history
[Documentation]: Update my-component-story-use-globaltype.mdx.mdx
  • Loading branch information
shilman committed Mar 30, 2021
2 parents ee98e0e + a8a846b commit 1913c92
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@ export const getCaptionForLocale = (locale) => {
case 'kr': return '안녕하세요!';
case 'zh': return '你好!';
default:
return 'Hello!',
return 'Hello!';
}
}

Expand Down

0 comments on commit 1913c92

Please sign in to comment.