Refer to the Table API as Table in comments

The comments added by this branch alternated between Table and Tables when naming the API alongside SQL and Gremlin. TablesDB is left alone since that is the literal database name, as is the plural noun where it refers to actual tables.
This commit is contained in:
Asier Isayas
2026-08-19 16:05:28 -07:00
parent 3005ebd02d
commit 0f0e58740d
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ const App: React.FunctionComponent = () => {
const metadata = parseConnectionString(connStr);
if (metadata && isDirectConnectionStringLoginApi(metadata.apiKind)) {
// SQL, Tables, and Gremlin sign data-plane requests client-side with the account key, so we skip
// SQL, Table, and Gremlin sign data-plane requests client-side with the account key, so we skip
// the Portal Backend proxy and use the metadata derived from the connection string directly.
setAccountMetadata(metadata);
setAuthType(AuthType.ConnectionString);