diff --git a/node/src/index.ts b/node/src/index.ts index fe6656d4..f018e3fb 100644 --- a/node/src/index.ts +++ b/node/src/index.ts @@ -163,7 +163,7 @@ export interface CreateTableOptions { /** * Connect to a LanceDB instance at the given URI. * - * Accpeted formats: + * Accepted formats: * * - `/path/to/database` - local database * - `s3://bucket/path/to/database` or `gs://bucket/path/to/database` - database on cloud storage diff --git a/nodejs/lancedb/connection.ts b/nodejs/lancedb/connection.ts index 66502f35..8bc8b7f5 100644 --- a/nodejs/lancedb/connection.ts +++ b/nodejs/lancedb/connection.ts @@ -20,7 +20,7 @@ import { Table as ArrowTable, Schema } from "apache-arrow"; /** * Connect to a LanceDB instance at the given URI. * - * Accpeted formats: + * Accepted formats: * * - `/path/to/database` - local database * - `s3://bucket/path/to/database` or `gs://bucket/path/to/database` - database on cloud storage