Fix typo related to name change.

This commit is contained in:
Ari Porad 2015-11-01 20:02:23 -08:00
parent c865cb4bf9
commit d631f38209

View File

@ -1,5 +1,5 @@
if (global._babelPolyfill) {
throw new Error("only one instance of babel/polyfill is allowed");
throw new Error("only one instance of babel-polyfill is allowed");
}
global._babelPolyfill = true;