Skip to content

Commit

Permalink
PinPad: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed May 11, 2024
1 parent d80ed97 commit d2bc48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/PinPad.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default function PinPad({

const triggerHapticFeedback = () => {
if (!amount) {
// effectClick is only avaiable on Android
// effectClick is only available on Android
const type = Platform.OS === 'android' ? 'effectClick' : 'soft';
ReactNativeHapticFeedback.trigger(type);
}
Expand Down

0 comments on commit d2bc48d

Please sign in to comment.