chore: fix typo in codebase (#11846)

This commit is contained in:
Huáng Jùnliàng
2020-07-16 17:01:20 -04:00
committed by GitHub
parent 02f30af59c
commit 8f191ead92
18 changed files with 22 additions and 22 deletions

View File

@@ -2,7 +2,7 @@ import * as t from "@babel/types";
export default function splitExportDeclaration(exportDeclaration) {
if (!exportDeclaration.isExportDeclaration()) {
throw new Error("Only export declarations can be splitted.");
throw new Error("Only export declarations can be split.");
}
// build specifiers that point back to this export declaration