Skip to content

Commit 481bd5a

Browse files
authored
Update ChargeVerificationUtils.md
Fix typo
1 parent c6ad0fc commit 481bd5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChargeVerificationUtils.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This module helps you handle charge verification when not using the default drop
1616
implementation 'com.github.Flutterwave.rave-android:rave_utils:2.1.12'
1717
}
1818

19-
**Step 2.** In your payment activity or fragment, create and instance of the `RaveVerificationUtils` class
19+
**Step 2.** In your payment activity or fragment, create an instance of the `RaveVerificationUtils` class
2020

2121
RaveVerificationUtils verificationUtils = new RaveVerificationUtils(contextProvider, isStaging, publicKey, theme);
2222

0 commit comments

Comments
 (0)