Skip to content

Commit

Permalink
fix: typo on doc string (apache#19346)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Ritter authored and philipher29 committed Jun 9, 2022
1 parent 01830ba commit 5b6b22f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export type ErrorInput = string | Error | Response | SupersetApiErrorPayload;
* @param error the catched error from SupersetClient.request(...)
*/
export default async function handleError(error: ErrorInput): Promise<never> {
// already a Sueprset error
// already a Superset error
if (error instanceof SupersetApiError) {
throw error;
}
Expand Down

0 comments on commit 5b6b22f

Please sign in to comment.