Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/v1/function-configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ export interface DeploymentOptions extends RuntimeOptions {
*
* @remarks
* When setting configuration available in the underlying platform that is not yet available in the Firebase Functions
* SDK, we highly recommend setting preserveExternalChanges to true. Otherwise, when Firebase Functions SDK releases
* a new version of the SDK with the support for the missing configuration, your functions manually configured setting
* SDK, we highly recommend setting `preserveExternalChanges` to `true`. Otherwise, when the Firebase Functions SDK releases
* a new version of the SDK with support for the missing configuration, your function's manually configured setting
* may inadvertently be wiped out.
*/
preserveExternalChanges?: boolean;
Expand Down
4 changes: 2 additions & 2 deletions src/v2/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ export interface GlobalOptions {
*
* @remarks
* When setting configuration available in the underlying platform that is not yet available in the Firebase Functions
* SDK, we highly recommend setting preserveExternalChanges to true. Otherwise, when Firebase Functions SDK releases
* a new version of the SDK with the support for the missing configuration, your functions manually configured setting
* SDK, we highly recommend setting `preserveExternalChanges` to `true`. Otherwise, when the Firebase Functions SDK releases
* a new version of the SDK with support for the missing configuration, your function's manually configured setting
* may inadvertently be wiped out.
*/
preserveExternalChanges?: boolean;
Expand Down