Skip to content

Commit

Permalink
periods
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen Truong committed Nov 18, 2022
1 parent 1ead573 commit ffe64e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/MapboxStaticImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { MapboxOptions, LngLatLike } from 'mapbox-gl';
import useLayoutEffect from 'use-isomorphic-layout-effect';

/**
* Props for {@link MapboxStaticImage}
* Props for {@link MapboxStaticImage}.
*/
export interface MapboxStaticImageProps {
/** Mapbox access token. */
Expand All @@ -13,7 +13,7 @@ export interface MapboxStaticImageProps {
}

/**
* Renders a static map image using Mapbox Static Image API
* Renders a static map image using Mapbox Static Image API.
*
* @internal
*/
Expand Down Expand Up @@ -51,7 +51,7 @@ export function MapboxStaticImage({
}

/**
* The configuration for Mapbox Static Image API url
* The configuration for Mapbox Static Image API url.
*/
interface MapboxStaticImageUrlConfig {
/** Mapbox access token. */
Expand Down

0 comments on commit ffe64e5

Please sign in to comment.