Skip to content

Commit

Permalink
Fix typo in RNPerfMetrics.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmondChuiHW authored Mar 22, 2024
1 parent 95ae51a commit 9613b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front_end/core/host/RNPerfMetrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function getInstance(): RNPerfMetrics {
return instance;
}

type UnsunscribeFn = () => void;
type UnsubscribeFn = () => void;
class RNPerfMetrics {
#listeners: Set<RNReliabilityEventListener> = new Set();
#launchId: string|null = null;
Expand Down

0 comments on commit 9613b0f

Please sign in to comment.