diff --git a/public/game/index.js b/public/game/index.js index c92b613c8..c29ec76d8 100644 --- a/public/game/index.js +++ b/public/game/index.js @@ -2137,7 +2137,7 @@ this.xPos -= Math.ceil(speed) this.draw() - // Mark as removeable if no longer in the canvas. + // Mark as removable if no longer in the canvas. if (!this.isVisible()) { this.remove = true } @@ -2406,7 +2406,7 @@ }, /** - * Update the x position of an indivdual piece of the line. + * Update the x position of an individual piece of the line. * @param {number} pos Line position. * @param {number} increment */ diff --git a/src/docs/proSpec.json b/src/docs/proSpec.json index f831c345f..bf0732cb4 100644 --- a/src/docs/proSpec.json +++ b/src/docs/proSpec.json @@ -156,7 +156,7 @@ "tags": [ "stablecoins" ], - "summary": "Get stablecoin dominance per chain along with the info about the larges coin in a chain", + "summary": "Get stablecoin dominance per chain along with the info about the largest coin in a chain", "parameters": [ { "name": "chain", @@ -624,4 +624,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/docs/proSpec.yaml b/src/docs/proSpec.yaml index 589d5b6a1..82b45c633 100644 --- a/src/docs/proSpec.yaml +++ b/src/docs/proSpec.yaml @@ -98,7 +98,7 @@ paths: get: tags: - stablecoins - summary: Get stablecoin dominance per chain along with the info about the larges coin in a chain + summary: Get stablecoin dominance per chain along with the info about the largest coin in a chain parameters: - name: chain in: path @@ -396,4 +396,4 @@ paths: - url: https://pro-api.llama.fi responses: '200': - description: credits left \ No newline at end of file + description: credits left