diff --git a/examples/accessible.html b/examples/accessible.html index 6a16a9d4ba..fdf02233f8 100644 --- a/examples/accessible.html +++ b/examples/accessible.html @@ -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. diff --git a/examples/wms-tiled-wrap-180.html b/examples/wms-tiled-wrap-180.html index d1477036db..1045ed7d52 100644 --- a/examples/wms-tiled-wrap-180.html +++ b/examples/wms-tiled-wrap-180.html @@ -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" ---