You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-devsite/functions.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,10 @@ Cloud Functions for Firebase
34
34
| Interface | Description |
35
35
| --- | --- |
36
36
|[Functions](./functions.functions.md#functions_interface)| A <code>Functions</code> instance. |
37
-
|[HttpsCallable](./functions.httpscallable.md#httpscallable_interface)| A reference to a "callable" HTTP trigger in Google Cloud Functions. |
37
+
|[HttpsCallable](./functions.httpscallable.md#httpscallable_interface)| A reference to a "callable" HTTP trigger in Cloud Functions. |
38
38
|[HttpsCallableOptions](./functions.httpscallableoptions.md#httpscallableoptions_interface)| An interface for metadata about how calls should be executed. |
39
39
|[HttpsCallableResult](./functions.httpscallableresult.md#httpscallableresult_interface)| An <code>HttpsCallableResult</code> wraps a single result from a function call. |
40
-
|[HttpsCallableStreamOptions](./functions.httpscallablestreamoptions.md#httpscallablestreamoptions_interface)| An interface for metadata about how stream call should be executed. |
40
+
|[HttpsCallableStreamOptions](./functions.httpscallablestreamoptions.md#httpscallablestreamoptions_interface)| An interface for metadata about how a stream call should be executed. |
41
41
|[HttpsCallableStreamResult](./functions.httpscallablestreamresult.md#httpscallablestreamresult_interface)| An <code>HttpsCallableStreamResult</code> wraps a single streaming result from a function call. |
0 commit comments