diff --git a/docs/examples/map-panes/index.md b/docs/examples/map-panes/index.md index 1d2882e5e..473142d7d 100644 --- a/docs/examples/map-panes/index.md +++ b/docs/examples/map-panes/index.md @@ -17,7 +17,7 @@ Map panes use the [z-index CSS property](https://developer.mozilla.org/docs/Web/ This is why, in Leaflet maps, popups always show "on top" of other layers, markers always show on top of tile layers, etc. -A new feature of **Leaflet 1.0.0** (not present in 0.7.x) is custom map panes, which allows for customization of this order. +Custom map panes offer the capability to customize this order. ## The default is not always right diff --git a/docs/examples/overlays/index.md b/docs/examples/overlays/index.md index a141feca2..75cd3aea6 100644 --- a/docs/examples/overlays/index.md +++ b/docs/examples/overlays/index.md @@ -72,9 +72,9 @@ You can find other options of `L.ImageOverlay` in the [documentation](/reference ### `VideoOverlay` -Video used to be a hard task when building a webpage, until the [`