Skip to content

Commit

Permalink
Merge pull request facebook#212 from stevelacy/patch-1
Browse files Browse the repository at this point in the history
Adjust the plurality of goal to goals in docs/Networking.md
  • Loading branch information
amasad committed Mar 30, 2015
2 parents c7a560e + 6b73830 commit 580edab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Network.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'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

Expand Down

0 comments on commit 580edab

Please sign in to comment.