Skip to content

Commit e1dd9f3

Browse files
ilmaltemmalerba
authored andcommitted
fix(google-maps): correct minor typo in the code (#21915)
Position’s comment is wrong (cherry picked from commit b9a26a2)
1 parent bd7c351 commit e1dd9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google-maps/map-marker/map-marker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class MapMarker implements OnInit, OnChanges, OnDestroy, MapAnchorPoint {
5656
private _title: string;
5757

5858
/**
59-
* Title of the marker. See:
59+
* Position of the marker. See:
6060
* developers.google.com/maps/documentation/javascript/reference/marker#MarkerOptions.position
6161
*/
6262
@Input()

0 commit comments

Comments
 (0)