Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Mar 8, 2024
1 parent 51115e3 commit 50cfaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/apis/utils/walletconnect_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class WalletConnectUtils {
'CFBundleURLTypes',
);
if (metaDataValue == null) {
return 'CFBundleURLSchemes\'s key is missing on iOS\'s Info.plist.\n'
return 'CFBundleURLTypes\'s key is missing on iOS\'s Info.plist.\n'
'Check out https://docs.walletconnect.com/web3wallet/mobileLinking on how to include it';
}
final properties = metaDataValue as List;
Expand Down

0 comments on commit 50cfaee

Please sign in to comment.