diff --git a/src/apiManager.js b/src/apiManager.js index 82dd2cc..5a5bb54 100644 --- a/src/apiManager.js +++ b/src/apiManager.js @@ -20,7 +20,7 @@ export default class ApiManager { this.templateCoordsTilePixel = []; // Contains the last "enabled" template coords } - /** Determines if the spontaneously recieved response is something we want. + /** Determines if the spontaneously received response is something we want. * Otherwise, we can ignore it. * Note: Due to aggressive compression, make your calls like `data['jsonData']['name']` instead of `data.jsonData.name` * @@ -141,4 +141,4 @@ export default class ApiManager { } }); } -} \ No newline at end of file +}