From b1bdbaac962311b22ffbe8e0b008c97fc0302416 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Thu, 20 Sep 2012 17:11:44 +0200 Subject: [PATCH] fix typo --- docs/01_cross_origin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01_cross_origin.md b/docs/01_cross_origin.md index cd905e83..48d52548 100644 --- a/docs/01_cross_origin.md +++ b/docs/01_cross_origin.md @@ -1,6 +1,6 @@ # Web Clients -When write an in-browsers client, you have to circumvent the browser's +When writing an in-browsers 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)