From 684d49cb783dfc9b511f0a6eea2486fdd9666389 Mon Sep 17 00:00:00 2001
From: tsauerwein
Date: Tue, 10 May 2016 10:21:39 +0200
Subject: [PATCH] Fix wording
---
examples/tile-load-events.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/examples/tile-load-events.html b/examples/tile-load-events.html
index 4561aeab5c..93af51b646 100644
--- a/examples/tile-load-events.html
+++ b/examples/tile-load-events.html
@@ -8,7 +8,6 @@ docs: >
and tileloaderror type events to monitor tile loading
progress. This example registers listeners for these events and
renders a tile loading progress bar at the bottom of the map.
- This example creates a "rotate to north" button.
tags: "tile, events, loading"
---