refactor(empty.ts): typo (#8398)

emppty -> empty
This commit is contained in:
PatrickJS 2016-05-20 10:02:47 -07:00 committed by Miško Hevery
parent 19e65382f7
commit efe4633b15
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// This file intentionally left blank. It is used to load nothing in some cases.
// Such as parse5/index is redirected here instead of loading into browser.
export var __emppty__;
export var __empty__;