File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments