File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -758,7 +758,7 @@ We'll be using [wagmi](https://wagmi.sh/) to enable wallet connection. To do tha
758
758
``` typescript
759
759
// src/config/wagmi.ts
760
760
import { createConfig , http } from ' wagmi'
761
- import { sepolia } from ' wagmi/chains'
761
+ import { sepolia } from ' wagmi/chains'
762
762
import { injected } from ' wagmi/connectors'
763
763
764
764
export const config = createConfig ({
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ try {
231
231
## Support and Resources
232
232
233
233
* ** Migration Support** : [ Book a call] ( https://calendly.com/mariana-rn/request-network-demo-docs ) with our team for migration assistance
234
- * ** GitHub Examples** : Check the ` easy-invoice ` repository for V2 implementation examples
234
+ * ** GitHub Examples** : Check the [ easy-invoice] ( https://github.com/RequestNetwork/easy-invoice ) repository for V2 implementation examples
235
235
236
236
## Backward Compatibility
237
237
Original file line number Diff line number Diff line change 1
1
---
2
- description : Create subscriptions that would automatically be paid through out a timeframe.
2
+ description : Create subscriptions that would automatically be paid throughout a timeframe.
3
3
---
4
4
5
5
# Recurring payments
@@ -120,7 +120,7 @@ The response includes a payment permit payload (EIP-712 typed data) for signatur
120
120
The payer must:
121
121
122
122
* Approve the recurring payment contract to spend the required amount of tokens (if not already approved)
123
- * Sign the payment permit using EIP-712 compatible wallet
123
+ * Sign the payment permit using an EIP-712 compatible wallet
124
124
125
125
** Example**
126
126
You can’t perform that action at this time.
0 commit comments