fix scale docs typos

This commit is contained in:
Vladimir Agafonkin 2012-09-11 15:36:31 +03:00
parent 62a1bc2748
commit a5111c546f

View File

@ -3858,8 +3858,8 @@ L.control.layers(baseLayers, overlays).addTo(map);</code></pre>
</code></td>
<td class="factory-usage">
<code><span class='keyword'>new</span> L.Control.Attribution(<span class="comment">&hellip;</span>)</code><br />
<code>L.control.attribution(<span class="comment">&hellip;</span>)</code>
<code><span class='keyword'>new</span> L.Control.Scale(<span class="comment">&hellip;</span>)</code><br />
<code>L.control.scale(<span class="comment">&hellip;</span>)</code>
</td>
<td>Creates an scale control with the given options.</td>
@ -3894,7 +3894,7 @@ L.control.layers(baseLayers, overlays).addTo(map);</code></pre>
<td>Whether to show the metric scale line (m/km).</td>
</tr>
<tr>
<td><code><b>imerial</b></code></td>
<td><code><b>imperial</b></code></td>
<td><code>Boolean</code></td>
<td><code><span class="literal">true</span></code></td>
<td>Whether to show the imerial scale line (mi/ft).</td>