Doc typos

This commit is contained in:
Tim Schaub
2015-11-18 09:55:57 -07:00
parent 72a0f70e7a
commit 19fe73e78e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
---
layout: example.html
title: Acessible Map
title: Accessible Map
shortdesc: Example of an accessible map.
docs: >
This page's `map` element has its `tabindex` attribute set to `"0"`, that makes it focusable. To focus the map element you can either navigate to it using the "tab" key or use the skip link. When the `map` element is focused the + and - keys can be used to zoom in and out and the arrow keys can be used to pan.

View File

@@ -3,7 +3,7 @@ layout: example.html
title: Tiled WMS Wrapping
shortdesc: Example of a tiled WMS layer that wraps across the 180° meridian.
docs: >
By default, WMS tiles are reused across the 180° meridian. The can be disabled by setting the `wrapX` option to `false`.
By default, WMS tiles are reused across the 180° meridian. This behavior can be disabled by setting the `wrapX` option to `false`.
tags: "wms, tile, dateline, wrap, 180"
---
<div id="map" class="map"></div>