Skip to content

Commit 4dfc9ca

Browse files
MayoudPmikehardy
authored andcommitted
docs(perf): Update wrong typo for startScreenTrace
1 parent f22e90e commit 4dfc9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/perf/usage/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ import perf from '@react-native-firebase/perf';
9696
async function screenTrace() {
9797
// Define & start a screen trace
9898
try {
99-
const trace = await perf().startScrenTrace('FooScreen');
99+
const trace = await perf().startScreenTrace('FooScreen');
100100
// Stop the trace
101101
await trace.stop();
102102
} catch (e) {

0 commit comments

Comments
 (0)