Skip to content

Commit

Permalink
fix jsdoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewharvey committed Apr 11, 2017
1 parent 67f5613 commit 7353c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/camera.js
Expand Up @@ -317,7 +317,7 @@ class Camera extends Evented {
* @param {number | PaddingOptions} [options.padding] The amount of padding in pixels to add to the given bounds.
* @param {boolean} [options.linear=false] If `true`, the map transitions using
* {@link Map#easeTo}. If `false`, the map transitions using {@link Map#flyTo}. See
* those functions and @{link AnimationOptions} for information about options available.
* those functions and {@link AnimationOptions} for information about options available.
* @param {Function} [options.easing] An easing function for the animated transition. See [AnimationOptions](#AnimationOptions).
* @param {PointLike} [options.offset=[0, 0]] The center of the given bounds relative to the map's center, measured in pixels.
* @param {number} [options.maxZoom] The maximum zoom level to allow when the map view transitions to the specified bounds.
Expand Down

0 comments on commit 7353c7b

Please sign in to comment.