Skip to content

Commit 6e52359

Browse files
author
Andrzej Antoni Kwaśniewski
committed
fix typo
1 parent b5297ce commit 6e52359

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/common-app/src/new_api/complicated/lock

apps/common-app/src/new_api/complicated/lock/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export default function Lock() {
108108
</View>
109109
<Text style={commonStyles.header}>{locked ? 'Locked' : 'Unlocked!'}</Text>
110110
<Text style={commonStyles.instructions}>
111-
Tou unlock rotate 90 degrees clockwise, and scale to fill the square.
111+
To unlock rotate 90 degrees clockwise, and scale to fill the square.
112112
Then longPress to confirm unlocking.
113113
</Text>
114114
</View>

0 commit comments

Comments
 (0)