Skip to content

Commit 96596b6

Browse files
committed
Fix error code docs
1 parent 76f635a commit 96596b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vertexai/src/types/error.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const enum VertexAIErrorCode {
8787
/** An error occurred due to a missing Firebase API key. */
8888
NO_API_KEY = 'no-api-key',
8989

90-
/** An error occured due to a missing app ID. */
90+
/** An error occured due to a missing Firebase app ID. */
9191
NO_APP_ID = 'no-app-id',
9292

9393
/** An error occurred due to a model name not being specified during initialization. */

0 commit comments

Comments
 (0)