Skip to content

Commit 386fbd4

Browse files
authored
Improve punctuation in FAQ (Leaflet#9436)
1 parent bbed5df commit 386fbd4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

FAQ.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ and [Stadia Maps](https://docs.stadiamaps.com/map-styles/alidade-satellite/) pro
4747

4848
The problem with Google is that its [Terms of Use](https://developers.google.com/maps/terms) forbid any means of tile access other than through the Google Maps API.
4949

50-
You can add the Google Maps API as a Leaflet layer with the [GoogleMutant plugin](https://gitlab.com/IvanSanchez/Leaflet.GridLayer.GoogleMutant). But note that the map experience will not be perfect, because Leaflet must wait for the Google Maps JS engine to load the map tiles, so you might experience glitches and lagging when using it.
50+
You can add the Google Maps API as a Leaflet layer with the [GoogleMutant plugin](https://gitlab.com/IvanSanchez/Leaflet.GridLayer.GoogleMutant). But, note that the map experience will not be perfect, because Leaflet must wait for the Google Maps JS engine to load the map tiles, so you might experience glitches and lagging when using it.
5151

5252
#### I want to roll my own OSM tile server for Leaflet, where do I start?
5353

@@ -71,16 +71,16 @@ you have to choose a tile service to combine with it.
7171

7272
There are [plenty of options](#what-map-tiles-can-i-use-with-leaflet-is-it-limited-to-openstreetmap) for a tile service,
7373
each with their own terms of use, prices (some of them free), features, limitations, etc.
74-
Choice is yours.
74+
The choice is yours.
7575

7676
#### I'm building a commercial app that I plan to sell. Can I use Leaflet in it?
7777

78-
You're welcome, as the code is published under the very permissive [2-clause BSD License](https://github.com/Leaflet/Leaflet/blob/main/LICENSE).
78+
You're welcome to do so, as the code is published under the very permissive [2-clause BSD License](https://github.com/Leaflet/Leaflet/blob/main/LICENSE).
7979
Just make sure to attribute the use of the library somewhere in the app UI or the distribution
8080
(e.g. keep the Leaflet link on the map, or mention the use on the About page or a Readme file, etc.) and you'll be fine.
8181

82-
That only applies to the code though.
83-
Make sure you conform to the terms of use of the tile images provider(s) that you choose as well.
82+
That only applies to the code, though.
83+
Make sure you conform to the terms of use of the tile images provider(s) that you choose, as well.
8484

8585

8686
## Features
@@ -112,7 +112,7 @@ Check out the [Leaflet.markercluster](https://github.com/Leaflet/Leaflet.markerc
112112

113113
Leaflet generally does a pretty good job of handling heavy vector data
114114
with its real-time clipping and simplification algorithms,
115-
but browser technology still has its limits.
115+
but the browser technology still has its limits.
116116
Try [switching from SVG to Canvas as the default rendering back-end](http://leafletjs.com/reference.html#global),
117117
it may help considerably (depends on the app and the data).
118118

0 commit comments

Comments
 (0)