Skip to content

Commit

Permalink
Update camera.js: fix missing space in example (#12943)
Browse files Browse the repository at this point in the history
Fix untidy example
  • Loading branch information
mvl22 committed Oct 27, 2023
1 parent ccdd8e3 commit d88d4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const freeCameraNotSupportedWarning = 'map.setFreeCameraOptions(...) and map.get
* @example
* const bbox = [[-79, 43], [-73, 45]];
* map.fitBounds(bbox, {
* padding: {top: 10, bottom:25, left: 15, right: 5}
* padding: {top: 10, bottom: 25, left: 15, right: 5}
* });
*
* @example
Expand Down

0 comments on commit d88d4b0

Please sign in to comment.