Skip to content

Commit 28fa728

Browse files
authored
Update createProfiledDrawerNavigator.tsx
1 parent c022b4a commit 28fa728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native-performance-navigation-drawer/src/createProfiledDrawerNavigator.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const createProfiledNavigation = ({
2323

2424
const profiledDispatch: typeof navigation.dispatch = action => {
2525
// Note that the drawer navigator internally uses custom animated touchables
26-
// that do not expose the native press timetamps. So we cannot
26+
// that do not expose the native press timestamps. So we cannot
2727
// compute the `timeToConsumeTouchEvent`.
2828
if ('type' in action && action.type === 'NAVIGATE') {
2929
startProfiler({

0 commit comments

Comments
 (0)