Skip to content

Commit

Permalink
fix: expand comment briefly
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Rosales committed Jan 3, 2025
1 parent 6c8bfaf commit 616e0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transitive-overlay/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const TransitiveCanvasOverlay = ({

const mapImages: MapImage[] = [];
// This is used to render arrows along the route
// Only load if that option is enabled to save bandwidth
// Only load if that option is enabled to save the bandwidth
if (showRouteArrows) {
mapImages.push({
id: "arrow-icon",
Expand Down

0 comments on commit 616e0db

Please sign in to comment.