Skip to content

Commit b981c30

Browse files
committed
Nit.
1 parent 44cdb19 commit b981c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v1/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function resetCache(): void {
3939
* Firebase CLI as described in
4040
* https://firebase.google.com/docs/functions/config-env.
4141
*
42-
* @deprecated Using Cloud Runtime Configuration API is discouraged. See https://firebase.google.com/docs/functions/config-env#migrating_from_environment_configuration
42+
* @deprecated Using functions.config() is discouraged. See https://firebase.google.com/docs/functions/config-env.
4343
*/
4444
export function config(): Record<string, any> {
4545
// K_CONFIGURATION is only set in GCFv2

0 commit comments

Comments
 (0)