Skip to content

Commit c1a1532

Browse files
MichaelVerdonmikehardy
authored andcommitted
fix(docs, functions): fix timeout typo
1 parent 86e646d commit c1a1532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/functions/lib/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export namespace FirebaseFunctionsTypes {
149149
**/
150150
export interface HttpsCallableOptions {
151151
/**
152-
* The timeout property is the time in milliseconds after which to cancel if there is no response. Default is 70000.
152+
* The timeout property is the time in milliseconds after which to cancel if there is no response. Default is 7000 milliseconds (7 seconds).
153153
*
154154
* #### Example
155155
*

0 commit comments

Comments
 (0)