Skip to content

Commit

Permalink
Fixing a typo (#6626)
Browse files Browse the repository at this point in the history
'lets' should be 'let's'
  • Loading branch information
JinHan2002 authored and IvanSanchez committed Apr 28, 2019
1 parent f3e6271 commit a6987a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/custom-icons/index.md
Expand Up @@ -70,7 +70,7 @@ You may have noticed that we used the `new` keyword for creating LeafIcon instan
return new L.Icon(options);
};

You can do the same with your classes too. OK, lets finally put some markers with these icons on the map:
You can do the same with your classes too. OK, let's finally put some markers with these icons on the map:

L.marker([51.5, -0.09], {icon: greenIcon}).addTo(map).bindPopup("I am a green leaf.");
L.marker([51.495, -0.083], {icon: redIcon}).addTo(map).bindPopup("I am a red leaf.");
Expand Down

0 comments on commit a6987a9

Please sign in to comment.