Skip to content

Commit 9e1b157

Browse files
Run yarn docgen:all
1 parent 07075dd commit 9e1b157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-devsite/remote-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ export declare function setCustomSignals(remoteConfig: RemoteConfig, customSigna
293293
| Parameter | Type | Description |
294294
| --- | --- | --- |
295295
| remoteConfig | [RemoteConfig](./remote-config.remoteconfig.md#remoteconfig_interface) | The [RemoteConfig](./remote-config.remoteconfig.md#remoteconfig_interface) instance. |
296-
| customSignals | [CustomSignals](./remote-config.customsignals.md#customsignals_interface) | Map (key, value) of the custom signals to be set for the app instance. If a key already exists, the value is overwritten. Setting the value of a custom signal null unsets the signal. The signals will be persisted locally on the client. |
296+
| customSignals | [CustomSignals](./remote-config.customsignals.md#customsignals_interface) | Map (key, value) of the custom signals to be set for the app instance. If a key already exists, the value is overwritten. Setting the value of a custom signal to null unsets the signal. The signals will be persisted locally on the client. |
297297

298298
<b>Returns:</b>
299299

0 commit comments

Comments
 (0)