From eb027e3a62f16d05ece44628349bbfd378f6fc4b Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Tue, 5 Feb 2019 10:52:12 -0500 Subject: [PATCH] Minor issue in README.md Missing an 'a' in line 166. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 881ba7f4ad5..75aed91b989 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ Create React App is a great fit for: - **Starting new single-page React applications.** - **Creating examples** with React for your libraries and components. -Here are few common cases where you might want to try something else: +Here are a few common cases where you might want to try something else: - If you want to **try React** without hundreds of transitive build tool dependencies, consider [using a single HTML file or an online sandbox instead](https://reactjs.org/docs/try-react.html).