diff --git a/reference.html b/reference.html index 4053d5fd..8717fce1 100644 --- a/reference.html +++ b/reference.html @@ -5725,7 +5725,7 @@ map.addControl(new MyControl());

L.noConflict()

-

This method restores the L global variale to the original value it had before Leaflet inclusion, and returns the real Leaflet namespace so you can put it elsewhere, like this:

+

This method restores the L global variable to the original value it had before Leaflet inclusion, and returns the real Leaflet namespace so you can put it elsewhere, like this:

// L points to some other library
 ...