diff --git a/README.md b/README.md index 053dd0a..34f4313 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A Babel plugin to generate React PropTypes from TypeScript interfaces or type aliases. > This plugin DOES NOT support converting props who's type information is referenced in another -> file, as Babel as no access to this information, and we do not run TypeScript's type checker. +> file, as Babel has no access to this information, and we do not run TypeScript's type checker. ## Examples