Skip to content

Commit 9f81d48

Browse files
committed
format
1 parent 6b6eba4 commit 9f81d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/docgen/docgen.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const PREFERRED_PARAMS = [
6060
'performance',
6161
'remoteConfig',
6262
'storage',
63-
'vertexAI' // TODO (dlarocque-ai)
63+
'AI'
6464
];
6565

6666
let authApiReportOriginal: string;
@@ -133,7 +133,7 @@ function cleanup() {
133133
} catch (e) {
134134
console.error(
135135
'Error cleaning up files on exit - ' +
136-
'check for temp modifications to md and json files.'
136+
'check for temp modifications to md and json files.'
137137
);
138138
console.error(e);
139139
}

0 commit comments

Comments
 (0)