From 4d6feb39df4b52066b4c673dee8e3619174038c4 Mon Sep 17 00:00:00 2001 From: Sudheer Satyanarayana Date: Sat, 6 Aug 2016 21:44:46 +0530 Subject: [PATCH] Small text fix "View allows" not "view allow" --- doc/quickstart.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/quickstart.hbs b/doc/quickstart.hbs index e16490a49f..0b6d81cd73 100644 --- a/doc/quickstart.hbs +++ b/doc/quickstart.hbs @@ -127,7 +127,7 @@ The `layers: [ ... ]` array is used to define the list of layers available in th Layers in OpenLayers 3 are defined with a type (Image, Tile or Vector) which contains a source. The source is the protocol used to get the map tiles. You can consult the list of [available layer sources here](/en/{{ latest }}/apidoc/ol.source.html) -The next part of the `Map` object is the `View`. The view allow to specify the center, resolution, and rotation of the map. The simplest way to define a view is to define a center point and a zoom level. Note that zoom level 0 is zoomed out. +The next part of the `Map` object is the `View`. The view allows to specify the center, resolution, and rotation of the map. The simplest way to define a view is to define a center point and a zoom level. Note that zoom level 0 is zoomed out. ```js view: new ol.View({