Skip to content

Commit d6d5f96

Browse files
authored
docs(remote-config): Fix code formatting of example displayed on docs (#5069)
Fix the code formatting of example on this page: https://rnfirebase.io/reference/remote-config/configsettings
1 parent 6783245 commit d6d5f96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/remote-config/lib/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ export namespace FirebaseRemoteConfigTypes {
250250
*
251251
* The example below shows how to set a time limit to the length of time the request for remote config values
252252
*
253+
* ```js
253254
* await firebase.remoteConfig().setConfigSettings({
254255
* fetchTimeoutMillis: 6000,
255256
* });

0 commit comments

Comments
 (0)