Skip to content

Commit d0440f7

Browse files
committed
spelling
1 parent fe38b11 commit d0440f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-base-driver/src/driver.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface InlineTable {
3737
}
3838
export type InlineTables = InlineTable[];
3939

40-
// It's more easy to use this interface with optional method release as a base interface instead of type assertion
40+
// It's easier to use this interface with optional method release as a base interface instead of type assertion
4141
export interface DownloadTableBase {
4242
/**
4343
* Optional function to release stream/cursor/connection

0 commit comments

Comments
 (0)