Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75a66b7

Browse files
committed
Fix typos and grammar
1 parent 627a56a commit 75a66b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/request-network-api/integration-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ We'll be using [wagmi](https://wagmi.sh/) to enable wallet connection. To do tha
758758
```typescript
759759
// src/config/wagmi.ts
760760
import { createConfig, http } from 'wagmi'
761-
import { sepolia } from 'wagmi/chains'
761+
import { sepolia } from 'wagmi/chains'
762762
import { injected } from 'wagmi/connectors'
763763

764764
export const config = createConfig({

docs/request-network-api/migrate-to-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ try {
231231
## Support and Resources
232232

233233
* **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
235235

236236
## Backward Compatibility
237237

docs/request-network-api/recurring-payments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
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.
33
---
44

55
# Recurring payments
@@ -120,7 +120,7 @@ The response includes a payment permit payload (EIP-712 typed data) for signatur
120120
The payer must:
121121

122122
* 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
124124

125125
**Example**
126126

0 commit comments

Comments
 (0)