Skip to content

Commit 3016271

Browse files
committed
Fix typos found by g3 presubmit
1 parent a9be675 commit 3016271

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

packages/ai/src/types/imagen/requests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export interface ImagenSafetySettings {
215215
* To specify an aspect ratio for generated images, set the `aspectRatio` property in your
216216
* {@link ImagenGenerationConfig}.
217217
*
218-
* See the the {@link http://firebase.google.com/docs/vertex-ai/generate-images | documentation }
218+
* See the {@link http://firebase.google.com/docs/vertex-ai/generate-images | documentation }
219219
* for more details and examples of the supported aspect ratios.
220220
*
221221
* @beta
@@ -249,7 +249,7 @@ export const ImagenAspectRatio = {
249249
* To specify an aspect ratio for generated images, set the `aspectRatio` property in your
250250
* {@link ImagenGenerationConfig}.
251251
*
252-
* See the the {@link http://firebase.google.com/docs/vertex-ai/generate-images | documentation }
252+
* See the {@link http://firebase.google.com/docs/vertex-ai/generate-images | documentation }
253253
* for more details and examples of the supported aspect ratios.
254254
*
255255
* @beta

packages/ai/src/types/responses.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export interface GroundingMetadata {
190190
/**
191191
* Google Search entry point for web searches. This contains an HTML/CSS snippet that must be
192192
* embedded in an app to display a Google Search entry point for follow-up web searches related to
193-
* a model's Grounded Response.
193+
* a model's "Grounded Response".
194194
*/
195195
searchEntryPoint?: SearchEntrypoint;
196196
/**

packages/app/src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ export function initializeServerApp(
254254
* @throws If invoked in an unsupported non-server environment such as a browser.
255255
* @throws If {@link FirebaseServerAppSettings.releaseOnDeref} is defined but the runtime doesn't
256256
* provide Finalization Registry support.
257-
* @throws If the `FIREBASE_OPTIONS` enviornment variable does not contain a valid project
257+
* @throws If the `FIREBASE_OPTIONS` environment variable does not contain a valid project
258258
* configuration required for auto-initialization.
259259
*
260260
* @public

packages/firestore/src/local/indexeddb_persistence.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ export const MAIN_DATABASE = 'main';
131131
* `enablePersistence()` with `{synchronizeTabs:true}`.
132132
*
133133
* In multi-tab mode, if multiple clients are active at the same time, the SDK
134-
* will designate one client as the primary client. An effort is made to pick
134+
* will designate one client as the "primary client". An effort is made to pick
135135
* a visible, network-connected and active client, and this client is
136136
* responsible for letting other clients know about its presence. The primary
137137
* client writes a unique client-generated identifier (the client ID) to
138-
* IndexedDb’s owner store every 4 seconds. If the primary client fails to
138+
* IndexedDb’s "owner" store every 4 seconds. If the primary client fails to
139139
* update this entry, another client can acquire the lease and take over as
140140
* primary.
141141
*

0 commit comments

Comments
 (0)