diff --git a/doc/quickstart.hbs b/doc/quickstart.hbs index 4fa37ef1ec..3a602c4d6a 100644 --- a/doc/quickstart.hbs +++ b/doc/quickstart.hbs @@ -130,4 +130,4 @@ The next part of the `Map` object is the `View`. The view allow to specify the c }) ``` -You will notice that the `center` specified is in lat/lon coordinates (EPSG:4326). Since the only layer we use is in Spherical Mercator projection (EPSG:3857), we can reproject them on the fly to be able to zoom the map on the right coordinates. +You will notice that the `center` specified is in lon/lat coordinates (EPSG:4326). Since the only layer we use is in Spherical Mercator projection (EPSG:3857), we can reproject them on the fly to be able to zoom the map on the right coordinates.