diff --git a/docs/interfaces/PlacesClient.md b/docs/interfaces/PlacesClient.md index 1f642e8..b247cbb 100644 --- a/docs/interfaces/PlacesClient.md +++ b/docs/interfaces/PlacesClient.md @@ -118,7 +118,7 @@ The geohash of the place. Store a place. Generates ID and Geohash if missing. -Path structure: // +Path structure: `//` #### Parameters diff --git a/src/places.ts b/src/places.ts index d9f516f..cb691e4 100644 --- a/src/places.ts +++ b/src/places.ts @@ -56,7 +56,7 @@ export interface PlacesClient { /** * Store a place. * Generates ID and Geohash if missing. - * Path structure: // + * Path structure: `//` * * @param placeData - The data of the place to store. * @returns The stored place object. @@ -157,7 +157,7 @@ const Places = function ( /** * Store a place. * Generates ID and Geohash if missing. - * Path structure: // + * Path structure: `//` */ store: async function (placeData: Partial) { const place = preparePlace(placeData);