From 843c9cab83caf3bbd6630f4e3043680e28905c75 Mon Sep 17 00:00:00 2001 From: Jonas Mueller Date: Mon, 14 Oct 2013 22:48:17 +0200 Subject: [PATCH 1/2] Typo describes -> describe --- apidoc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apidoc/index.md b/apidoc/index.md index c23a64b491..be8446ad03 100644 --- a/apidoc/index.md +++ b/apidoc/index.md @@ -17,4 +17,4 @@ A map in OpenLayers is essentially a staple of layers that is viewed from the to Contributing ------------ See [CONTRIBUTING.md](https://github.com/openlayers/ol3/blob/master/CONTRIBUTING.md) for instructions -on building and testing OpenLayers. The file does also describes how to commit your changes to OpenLayers. +on building and testing OpenLayers. The file does also describe how to commit your changes to OpenLayers. From 3c902af04264af58a4e59ba262d9a9f5cb6e451f Mon Sep 17 00:00:00 2001 From: Jonas Mueller Date: Mon, 14 Oct 2013 22:50:19 +0200 Subject: [PATCH 2/2] Typo retieving -> retrieving --- apidoc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apidoc/index.md b/apidoc/index.md index be8446ad03..d4ead4ed78 100644 --- a/apidoc/index.md +++ b/apidoc/index.md @@ -12,7 +12,7 @@ others can be used via [Proj4js](http://trac.osgeo.org/proj4js/). Maps and Layers --------------- -A map in OpenLayers is essentially a staple of layers that is viewed from the top. Layers are responsible for retieving data and displaying it. +A map in OpenLayers is essentially a staple of layers that is viewed from the top. Layers are responsible for retrieving data and displaying it. Contributing ------------