Skip to content

Commit a8b3cc4

Browse files
authored
Adding minor text edits to preserveExternalChanges description. (#1262)
1 parent ffa3a57 commit a8b3cc4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/v1/function-configuration.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ export interface DeploymentOptions extends RuntimeOptions {
261261
*
262262
* @remarks
263263
* When setting configuration available in the underlying platform that is not yet available in the Firebase Functions
264-
* SDK, we highly recommend setting preserveExternalChanges to true. Otherwise, when Firebase Functions SDK releases
265-
* a new version of the SDK with the support for the missing configuration, your functions manually configured setting
264+
* SDK, we highly recommend setting `preserveExternalChanges` to `true`. Otherwise, when the Firebase Functions SDK releases
265+
* a new version of the SDK with support for the missing configuration, your function's manually configured setting
266266
* may inadvertently be wiped out.
267267
*/
268268
preserveExternalChanges?: boolean;

src/v2/options.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ export interface GlobalOptions {
198198
*
199199
* @remarks
200200
* When setting configuration available in the underlying platform that is not yet available in the Firebase Functions
201-
* SDK, we highly recommend setting preserveExternalChanges to true. Otherwise, when Firebase Functions SDK releases
202-
* a new version of the SDK with the support for the missing configuration, your functions manually configured setting
201+
* SDK, we highly recommend setting `preserveExternalChanges` to `true`. Otherwise, when the Firebase Functions SDK releases
202+
* a new version of the SDK with support for the missing configuration, your function's manually configured setting
203203
* may inadvertently be wiped out.
204204
*/
205205
preserveExternalChanges?: boolean;

0 commit comments

Comments
 (0)