Fix small typo with decorators legacy option [skip ci] (#7762)

This commit is contained in:
Brian Ng
2018-04-19 20:26:54 -05:00
committed by GitHub
parent 339dfddca5
commit e45b58dcb1
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ export default declare((api, options) => {
if (legacy !== true) {
throw new Error(
"The new decorators proposal is not supported yet." +
' You muse pass the `"legacy": true` option to' +
' You must pass the `"legacy": true` option to' +
" @babel/plugin-proposal-decorators",
);
}