Skip to content

Commit 419f843

Browse files
committed
fix backticks
1 parent 0ea0502 commit 419f843

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/firestore/scripts/build-console-ui-types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ const HEADER: string = `// AUTO-GENERATED BY https://github.com/firebase/firebas
7373
// Structure:
7474
// 1. Manual Definitions: The initial section of this file contains hand-crafted
7575
// type definitions. These include:
76-
// - A base `Firestore` interface exposing the `pipeline()` method.
76+
// - A base \`Firestore\` interface exposing the \`pipeline()\` method.
7777
// - Common Firestore data types (e.g., Timestamp, GeoPoint, VectorValue).
78-
// - Stubs for types like `Query` and `DocumentReference` set to `never`
78+
// - Stubs for types like \`Query\` and \`DocumentReference\` set to \`never\`
7979
// to discourage their use in this context.
8080
//
8181
// 2. Auto-populated Pipelines Types: The section below the marker

0 commit comments

Comments
 (0)