[Pkg-javascript-commits] [leaflet] 122/301: FAQ spelling

Jonas Smedegaard js at moszumanska.debian.org
Mon Jan 27 22:22:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository leaflet.

commit 82a0e3b0fb7686428c825716360066c53752a9df
Author: Dave Leaver <danzel at localhost.geek.nz>
Date:   Fri Oct 11 08:43:02 2013 +1300

    FAQ spelling
---
 FAQ.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/FAQ.md b/FAQ.md
index 0c8a770..00090d1 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -66,12 +66,12 @@ Choice is yours.
 
 #### I'm building a commercial app that I plan to sell. Can I use Leaflet in it?
 
-You're welcome, as the code is published under the very permissive [2-caluse BSD License](https://github.com/Leaflet/Leaflet/blob/master/LICENSE).
+You're welcome, as the code is published under the very permissive [2-clause BSD License](https://github.com/Leaflet/Leaflet/blob/master/LICENSE).
 Just make sure to attribute the use of the library somewhere in the app UI or the distribution
 (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.
 
 That only applies to the code though.
-Make sure you conform to the terms of use of a tile images provider that you chose as well.
+Make sure you conform to the terms of use of the tile images provider(s) that you choose as well.
 
 
 ## Features
@@ -79,8 +79,8 @@ Make sure you conform to the terms of use of a tile images provider that you cho
 #### Why is there still no feature X in Leaflet?
 
 First of all, did you check out the [Leaflet plugins page](http://leafletjs.com/plugins.html)?
-It lists about hundred plugins doing all kinds of crazy stuff,
-and there's a high possibility that is has what you're looking for.
+It lists about a hundred plugins doing all kinds of crazy stuff,
+and there's a high possibility that it has what you're looking for.
 
 Generally, we do our best to keep the Leaflet core small, lightweight and simple,
 focusing on _quality_ instead of _quantity_, and leaving all the rest to plugin authors.
@@ -93,14 +93,14 @@ Another essential read is [Advocating Simplicity in Open Source](http://blog.uni
 
 #### I have thousands of markers on my map. How do I make it faster and more usable?
 
-Check out [Leaflet.markercluster](https://github.com/Leaflet/Leaflet.markercluster) plugin. It's amazing.
+Check out the [Leaflet.markercluster](https://github.com/Leaflet/Leaflet.markercluster) plugin. It's amazing.
 
 #### I have vector data with many thousands of points on my map. Any performance tips?
 
 Leaflet generally does a pretty good job of handling heavy vector data
 with its real-time clipping and simplification algorithms,
 but browser technology still has its limits.
-Try [switching from SVG to Canvas as default rendering back-end](http://leafletjs.com/reference.html#global),
+Try [switching from SVG to Canvas as the default rendering back-end](http://leafletjs.com/reference.html#global),
 it may help considerably (depends on the app and the data).
 
 If you still have too much data to render, you'll have to use some help of a server-side service

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git



More information about the Pkg-javascript-commits mailing list