From 55ef39eb87a09eeafee6d89d70443c6ef6cbef64 Mon Sep 17 00:00:00 2001 From: jugglinmike Date: Sat, 28 Apr 2018 18:48:53 -0400 Subject: [PATCH] Correct typo [skip ci] (#7834) --- packages/babylon/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.