From a15c584f202abcb25e269e2d4e22da0f5be0d95c Mon Sep 17 00:00:00 2001 From: Steve Lacy Date: Thu, 26 Mar 2015 10:38:38 -0700 Subject: [PATCH 1/2] Adjust the plurality of goal to goals --- docs/Network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Network.md b/docs/Network.md index f2e8da23e..8ca2c4975 100644 --- a/docs/Network.md +++ b/docs/Network.md @@ -7,7 +7,7 @@ permalink: docs/network.html next: timers --- -One of React Native goal is to be a playground where we can experiment with different architectures and crazy ideas. Since browsers are not flexible enough, we had no choice but to reimplement the entire stack. In the places that we did not intend to change, we tried to be as faithful as possible to the browser APIs. The networking stack is a great example. +One of React Native goals is to be a playground where we can experiment with different architectures and crazy ideas. Since browsers are not flexible enough, we had no choice but to reimplement the entire stack. In the places that we did not intend to change, we tried to be as faithful as possible to the browser APIs. The networking stack is a great example. ## XMLHttpRequest From 6b7383072a61dfc3b4bb58a295bf72b8800a59cd Mon Sep 17 00:00:00 2001 From: Steve Lacy Date: Thu, 26 Mar 2015 15:39:53 -0700 Subject: [PATCH 2/2] Add possessive case to React --- docs/Network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Network.md b/docs/Network.md index 8ca2c4975..da7c7a6d4 100644 --- a/docs/Network.md +++ b/docs/Network.md @@ -7,7 +7,7 @@ permalink: docs/network.html next: timers --- -One of React Native goals is to be a playground where we can experiment with different architectures and crazy ideas. Since browsers are not flexible enough, we had no choice but to reimplement the entire stack. In the places that we did not intend to change, we tried to be as faithful as possible to the browser APIs. The networking stack is a great example. +One of React Native's goals is to be a playground where we can experiment with different architectures and crazy ideas. Since browsers are not flexible enough, we had no choice but to reimplement the entire stack. In the places that we did not intend to change, we tried to be as faithful as possible to the browser APIs. The networking stack is a great example. ## XMLHttpRequest