diff --git a/viewer/MinedMap.js b/viewer/MinedMap.js
index 94e5ff8..8cd4d67 100644
--- a/viewer/MinedMap.js
+++ b/viewer/MinedMap.js
@@ -25,7 +25,7 @@ const MinedMapLayer = L.GridLayer.extend({
this.zoomOffset = L.Browser.retina ? 1 : 0;
this.options.tileSize = L.Browser.retina ? 256 : 512;
- this.options.attribution = 'Generated by MinedMap';
+ this.options.attribution = 'Generated by MinedMap';
this.options.minZoom = -(mipmaps.length-1 + this.zoomOffset);
this.options.maxNativeZoom = -this.zoomOffset;