From 5afda34f8361fc6f93f7076e92e1abf15d75b1ae Mon Sep 17 00:00:00 2001 From: Nemupy <82650472+Nemupy@users.noreply.github.com> Date: Sat, 16 Aug 2025 17:51:32 +0900 Subject: [PATCH] docs: correction of typographical errors (#178) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added ignore files to stop popular code formatters from messing with the code style * Change transform easing to 0s * Added a translucent gray checkerboard render for #deface * Added workflow to check what branch PR came from * v0.81.0; Merge branch 'code' into main * Emergency patch... ...please stop informing me that the install link is broken 😭 * v0.82.0; Emergency patch... ...please stop informing me that the install link is broken 😭 * docs: correction of typographical errors recieved -> received --------- Co-authored-by: SwingTheVine Co-authored-by: AloeSapling Co-authored-by: Endrik Tombak Co-authored-by: KrunchyKrisp Co-authored-by: github-actions[bot] --- src/apiManager.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}