Skip to content

Commit 73a0241

Browse files
authored
typo correction
1 parent e3f2af3 commit 73a0241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/types/payments.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ export declare namespace Payments {
478478
*/
479479
java_enabled: boolean;
480480
/**
481-
* ndicates whether the customer's browser is able to execute JavaScript.
481+
* Indicates whether the customer's browser is able to execute JavaScript.
482482
* Obtained from the `navigator` HTML DOM object.
483483
*/
484484
javascript_enabled: boolean;
@@ -845,4 +845,4 @@ declare function payments(api: any): {
845845
fetchPaymentDowntimeById(downtimeId: string, callback: (err: INormalizeError | null, data: Payments.RazorpayPaymentDowntime) => void): void
846846
}
847847

848-
export default payments
848+
export default payments

0 commit comments

Comments
 (0)