From 6b6d269a16be56a4467fcfb59d3dc65e145c1404 Mon Sep 17 00:00:00 2001 From: Werner Roets Date: Sun, 28 May 2017 22:17:48 -0700 Subject: [PATCH] Fixed grammar/sentence structure Summary: Somebody had to fix it :) Closes https://github.com/facebook/react-native/pull/13028 Differential Revision: D5145067 Pulled By: shergin fbshipit-source-id: dc7a56824284c3a599b4b2a41a235e045510a013 --- packager/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packager/README.md b/packager/README.md index 189c19dc4f6..a746fa42bd2 100644 --- a/packager/README.md +++ b/packager/README.md @@ -19,7 +19,7 @@ namely the node module format. We want to even go further, and let you choose your own packager and asset pipeline or even integrate into your existing infrastructure. -React Native users need not to understand how the packager work, +React Native users don't need to understand how the packager work, however, this documentation might be useful for advanced users and people who want to fix bugs or add features to the packager (patches welcome!).