Fix typo's: s/seperat/separat/, fix #457

This commit is contained in:
Pieter Vander Vennet 2021-08-19 18:30:43 +02:00
parent ea54e0f733
commit 4284f8184e
25 changed files with 86 additions and 2286 deletions

View file

@ -27,7 +27,7 @@ export class QueryParameters {
"URL-parameters are extra parts of the URL used to set the state.\n" +
"\n" +
"For example, if the url is `https://mapcomplete.osm.be/cyclofix?lat=51.0&lon=4.3&z=5&test=true#node/1234`,\n" +
"the URL-parameters are stated in the part between the `?` and the `#`. There are multiple, all seperated by `&`, namely:\n" +
"the URL-parameters are stated in the part between the `?` and the `#`. There are multiple, all separated by `&`, namely:\n" +
"\n" +
"- The url-parameter `lat` is `51.0` in this instance\n" +
"- The url-parameter `lon` is `4.3` in this instance\n" +