File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ export interface ImagenSafetySettings {
215
215
* To specify an aspect ratio for generated images, set the `aspectRatio` property in your
216
216
* {@link ImagenGenerationConfig}.
217
217
*
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 }
219
219
* for more details and examples of the supported aspect ratios.
220
220
*
221
221
* @beta
@@ -249,7 +249,7 @@ export const ImagenAspectRatio = {
249
249
* To specify an aspect ratio for generated images, set the `aspectRatio` property in your
250
250
* {@link ImagenGenerationConfig}.
251
251
*
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 }
253
253
* for more details and examples of the supported aspect ratios.
254
254
*
255
255
* @beta
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ export interface GroundingMetadata {
190
190
/**
191
191
* Google Search entry point for web searches. This contains an HTML/CSS snippet that must be
192
192
* 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" .
194
194
*/
195
195
searchEntryPoint ?: SearchEntrypoint ;
196
196
/**
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ export function initializeServerApp(
254
254
* @throws If invoked in an unsupported non-server environment such as a browser.
255
255
* @throws If {@link FirebaseServerAppSettings.releaseOnDeref} is defined but the runtime doesn't
256
256
* 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
258
258
* configuration required for auto-initialization.
259
259
*
260
260
* @public
Original file line number Diff line number Diff line change @@ -131,11 +131,11 @@ export const MAIN_DATABASE = 'main';
131
131
* `enablePersistence()` with `{synchronizeTabs:true}`.
132
132
*
133
133
* 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
135
135
* a visible, network-connected and active client, and this client is
136
136
* responsible for letting other clients know about its presence. The primary
137
137
* 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
139
139
* update this entry, another client can acquire the lease and take over as
140
140
* primary.
141
141
*
You can’t perform that action at this time.
0 commit comments