diff --git a/docs-devsite/index.md b/docs-devsite/index.md
index d777885ef1a..2c22b58d80c 100644
--- a/docs-devsite/index.md
+++ b/docs-devsite/index.md
@@ -27,5 +27,5 @@ https://github.com/firebase/firebase-js-sdk
| [@firebase/performance](./performance.md#performance_package) | The Firebase Performance Monitoring Web SDK. This SDK does not work in a Node.js environment. |
| [@firebase/remote-config](./remote-config.md#remote-config_package) | The Firebase Remote Config Web SDK. This SDK does not work in a Node.js environment. |
| [@firebase/storage](./storage.md#storage_package) | Cloud Storage for Firebase |
-| [@firebase/vertexai-preview](./vertexai-preview.md#vertexai-preview_package) | The Firebase Vertex Web SDK. |
+| [@firebase/vertexai-preview](./vertexai-preview.md#vertexai-preview_package) | The Vertex AI For Firebase Web SDK. |
diff --git a/docs-devsite/vertexai-preview.md b/docs-devsite/vertexai-preview.md
index 9faeed5ce08..1aba07d3719 100644
--- a/docs-devsite/vertexai-preview.md
+++ b/docs-devsite/vertexai-preview.md
@@ -10,14 +10,14 @@ https://github.com/firebase/firebase-js-sdk
{% endcomment %}
# vertexai-preview package
-The Firebase Vertex Web SDK.
+The Vertex AI For Firebase Web SDK.
## Functions
| Function | Description |
| --- | --- |
| function(app, ...) |
-| [getVertexAI(app, options)](./vertexai-preview.md#getvertexai_04094cf) | Returns an [VertexAI](./vertexai-preview.vertexai.md#vertexai_interface) instance for the given app. |
+| [getVertexAI(app, options)](./vertexai-preview.md#getvertexai_04094cf) | Returns a [VertexAI](./vertexai-preview.vertexai.md#vertexai_interface) instance for the given app. |
| function(vertexAI, ...) |
| [getGenerativeModel(vertexAI, modelParams, requestOptions)](./vertexai-preview.md#getgenerativemodel_e3037c9) | Returns a [GenerativeModel](./vertexai-preview.generativemodel.md#generativemodel_class) class with methods for inference and other functionality. |
@@ -87,7 +87,7 @@ The Firebase Vertex Web SDK.
| [ToolConfig](./vertexai-preview.toolconfig.md#toolconfig_interface) | Tool config. This config is shared for all tools provided in the request. |
| [UsageMetadata](./vertexai-preview.usagemetadata.md#usagemetadata_interface) | Usage metadata about a [GenerateContentResponse](./vertexai-preview.generatecontentresponse.md#generatecontentresponse_interface). |
| [VertexAI](./vertexai-preview.vertexai.md#vertexai_interface) | An instance of the Vertex AI for Firebase SDK. |
-| [VertexAIOptions](./vertexai-preview.vertexaioptions.md#vertexaioptions_interface) | Options when initializing the Firebase Vertex AI SDK. |
+| [VertexAIOptions](./vertexai-preview.vertexaioptions.md#vertexaioptions_interface) | Options when initializing the Vertex AI for Firebase SDK. |
| [VideoMetadata](./vertexai-preview.videometadata.md#videometadata_interface) | Describes the input video content. |
| [WebAttribution](./vertexai-preview.webattribution.md#webattribution_interface) | |
@@ -109,7 +109,7 @@ The Firebase Vertex Web SDK.
### getVertexAI(app, options) {:#getvertexai_04094cf}
-Returns an [VertexAI](./vertexai-preview.vertexai.md#vertexai_interface) instance for the given app.
+Returns a [VertexAI](./vertexai-preview.vertexai.md#vertexai_interface) instance for the given app.
Signature:
diff --git a/docs-devsite/vertexai-preview.vertexaioptions.md b/docs-devsite/vertexai-preview.vertexaioptions.md
index 0099d6bae7b..320132c22f9 100644
--- a/docs-devsite/vertexai-preview.vertexaioptions.md
+++ b/docs-devsite/vertexai-preview.vertexaioptions.md
@@ -10,7 +10,7 @@ https://github.com/firebase/firebase-js-sdk
{% endcomment %}
# VertexAIOptions interface
-Options when initializing the Firebase Vertex AI SDK.
+Options when initializing the Vertex AI for Firebase SDK.
Signature:
diff --git a/packages/vertexai/src/api.ts b/packages/vertexai/src/api.ts
index 38409d598ba..5b9620969b8 100644
--- a/packages/vertexai/src/api.ts
+++ b/packages/vertexai/src/api.ts
@@ -36,7 +36,7 @@ declare module '@firebase/component' {
}
/**
- * Returns an {@link VertexAI} instance for the given app.
+ * Returns a {@link VertexAI} instance for the given app.
*
* @public
*
diff --git a/packages/vertexai/src/index.ts b/packages/vertexai/src/index.ts
index 507d3e38697..b4c78b0731c 100644
--- a/packages/vertexai/src/index.ts
+++ b/packages/vertexai/src/index.ts
@@ -1,5 +1,5 @@
/**
- * The Firebase Vertex Web SDK.
+ * The Vertex AI For Firebase Web SDK.
*
* @packageDocumentation
*/
diff --git a/packages/vertexai/src/public-types.ts b/packages/vertexai/src/public-types.ts
index 366ace88e12..5577bc69c85 100644
--- a/packages/vertexai/src/public-types.ts
+++ b/packages/vertexai/src/public-types.ts
@@ -32,7 +32,7 @@ export interface VertexAI {
}
/**
- * Options when initializing the Firebase Vertex AI SDK.
+ * Options when initializing the Vertex AI for Firebase SDK.
* @public
*/
export interface VertexAIOptions {