Skip to content

Commit

Permalink
docs(map-view-data-builder.js): fix documentation spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Oct 8, 2021
1 parent 6b11d76 commit a3616a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/support/map-data-services/map-view-data-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class MapViewDataBuilder {
}

/**
* Get the response type, considering the endpoint and the response formart
* Get the response type, considering the endpoint and the response format
* It is used to determine the map data extractor that is gonna be used
* to extract the data from the response and render it
*/
Expand Down Expand Up @@ -83,7 +83,7 @@ class MapViewDataBuilder {

return new Promise((resolve, reject) => {
mapViewDataBuilder.buildMapViewData().then((mapViewData) => {
// The places in appRouteData alreay contains the placeName, so we use it
// The places in appRouteData already contains the placeName, so we use it
// to avoid having to resolve each place coordinates to a placeName again
// If there is no places in appRouteData (dealing with a route import, for example)
// nothing happens because appRouteData.places will be an empty array
Expand Down

0 comments on commit a3616a2

Please sign in to comment.