Skip to content

Commit 9a9c3d4

Browse files
committed
typo
1 parent 7dbf8d6 commit 9a9c3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-snowflake-driver/src/SnowflakeDriver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ export class SnowflakeDriver extends BaseDriver implements DriverInterface {
490490
}
491491

492492
/**
493-
* Executes query and rerutns queried rows.
493+
* Executes query and returns queried rows.
494494
*/
495495
public async query<R = unknown>(query: string, values?: unknown[]): Promise<R> {
496496
return this.getConnection().then((connection) => this.execute<R>(connection, query, values));

0 commit comments

Comments
 (0)