Skip to content

Commit

Permalink
fix typos JSDOC for imginstructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-duboyski committed Feb 5, 2024
1 parent 29b49c0 commit 75442b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/structs/2captcha.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export interface paramsCoordinates {
lang?: string,
pingback?: string,
textinstructions?: string,
imginstrucation?: string
imginstructions?: string
}

export interface paramsDataDome {
Expand Down Expand Up @@ -928,9 +928,9 @@ export class Solver {
/**
* ### Solves a Coordinates captcha.
*
* @param {{ body, imginstrucation, textinstructions, language, lang, pingback }} params parameters Сoordinates Captcha as an object.
* @param {{ body, imginstructions, textinstructions, language, lang, pingback }} params parameters Сoordinates Captcha as an object.
* @param {string} params.body Base64-encoded captcha image.
* @param {string} params.imginstrucation Base64-encoded image with instruction for solving captcha.
* @param {string} params.imginstructions Base64-encoded image with instruction for solving captcha.
* @param {string} params.textinstructions Text will be shown to worker to help him to solve the captcha correctly. For example: click on all objects in red color.
* @param {number} params.language `0` - not specified. `1` - Cyrillic captcha. `2` - Latin captcha
* @param {string} params.lang Language code. [See the list of supported languages](https://2captcha.com/2captcha-api#language).
Expand Down

0 comments on commit 75442b0

Please sign in to comment.