Skip to content

Commit

Permalink
fix: typo of PlacePhoto::photo_reference (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCis committed Mar 2, 2020
1 parent e64fe25 commit eaae9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.ts
Expand Up @@ -72,7 +72,7 @@ export type Status =

export interface PlacePhoto {
/** a string used to identify the photo when you perform a Photo request. */
photoreference: string;
photo_reference: string;
/** the maximum height of the image. */
height: number;
/** the maximum width of the image. */
Expand Down

0 comments on commit eaae9af

Please sign in to comment.