Skip to content

Commit

Permalink
Correcting typo from "paramaters" to "parameters"
Browse files Browse the repository at this point in the history
  • Loading branch information
atlc authored Sep 22, 2023
1 parent 001a183 commit 20dcf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/mysql/lib/protocol/sequences/Prepare.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class PrepareStatementInfo {
| OkPacket[]
| ResultSetHeader
>(
paramaters: any | any[] | { [param: string]: any },
parameters: any | any[] | { [param: string]: any },
callback?: (err: QueryError | null, result: T, fields: FieldPacket[]) => any
): Query;
}
Expand Down

0 comments on commit 20dcf14

Please sign in to comment.