Skip to content

Commit 3545050

Browse files
authored
fix: Fix comment punctuation in radius setting (#709)
This PR makes one small change so we can kick off the freshly fixed release workflow (FB deploy now with token!!!).
1 parent 9db9d2d commit 3545050

File tree

1 file changed

+1
-1
lines changed
  • samples/place-autocomplete-basic-map

1 file changed

+1
-1
lines changed

samples/place-autocomplete-basic-map/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ async function initMap(): Promise<void> {
103103
lat: newCenter.lat(),
104104
lng: newCenter.lng(),
105105
},
106-
radius: 10000, // 10km in meters
106+
radius: 10000, // 10km in meters.
107107
});
108108
});
109109
}

0 commit comments

Comments
 (0)