Merge pull request #3443 from fhdhsni/master

Fix a trivial typo
This commit is contained in:
Sean Larkin 2016-12-07 19:02:23 -06:00 committed by GitHub
commit bd3d830909
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
// just som exports
// just some exports
export default "default";
export var named = "named";