Adjust the plurality of goal to goals

This commit is contained in:
Steve Lacy 2015-03-26 10:38:38 -07:00
parent ed656633bc
commit a15c584f20
1 changed files with 1 additions and 1 deletions

View File

@ -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