moar typos

This commit is contained in:
Konstantin Haase 2012-09-20 17:16:12 +02:00
parent b1bdbaac96
commit 5d908480c7

View File

@ -1,6 +1,6 @@
# Web Clients
When writing an in-browsers client, you have to circumvent the browser's
When writing an in-browser client, you have to circumvent the browser's
[same origin policy](http://en.wikipedia.org/wiki/Same_origin_policy).
Generally, we offer two different approaches for this:
[Cross-Origin Resource Sharing](http://en.wikipedia.org/wiki/Cross-origin_resource_sharing) (aka CORS)