Skip to content

Commit bb9bffb

Browse files
committed
Fix typo
1 parent 0058a63 commit bb9bffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Mapbox welcomes participation and contributions from everyone.
1010
* `UIView.animate` is no longer supported. Instead, use `CameraAnimators`. ([#217](https://github.com/mapbox/mapbox-maps-ios/pull/217))
1111
* Developers should make camera changes directly to `MapView`'s camera
1212
properties. Previously, changes could be applied to `MapView.cameraView`. ([#217](https://github.com/mapbox/mapbox-maps-ios/pull/217))
13-
* `CameraAnimator` objects are managed by developers and should be stored in by
13+
* `CameraAnimator` objects are managed by developers and should be stored by
1414
developers to prevent the animations from falling out of scope.
1515
* `LocationOptions.showUserLocation` has been removed. Use
1616
`LocationOptions.puckType` instead, setting it to `nil` if you do not want to

0 commit comments

Comments
 (0)