diff --git a/packages/babylon/README.md b/packages/babylon/README.md index c710218b6b..e0bac2b849 100644 --- a/packages/babylon/README.md +++ b/packages/babylon/README.md @@ -152,7 +152,7 @@ require("babylon").parse("code", { Previous issues: [#1351](https://github.com/babel/babel/issues/1351), [#6694](https://github.com/babel/babel/issues/6694). -We currently aren't willing to commit to supporting the API for plugins or the resulting ecosystem (there is already enough work maintaining Babel's own plugin system). It's not clear how to make that API effective, and it would limit out ability to refactor and optimize the codebase. +We currently aren't willing to commit to supporting the API for plugins or the resulting ecosystem (there is already enough work maintaining Babel's own plugin system). It's not clear how to make that API effective, and it would limit our ability to refactor and optimize the codebase. Our current recommendation for those that want to create their own custom syntax is for users to fork Babylon.