Skip to content

Commit 406ac14

Browse files
docs: small update to correct typos (#535)
1 parent b6407ad commit 406ac14

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/content/docs/developers/about-receiving.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Receiving Web Monetization payments requires you to have an account with a compa
99

1010
Your digital wallet provider will supply you with the financial account you’ll use to receive payments. Withdrawing your funds typically requires you to link a card or bank account to your wallet.
1111

12-
Since wallet providers are financial entities, they're regulated within the countries they operate. One regulation, known as Know Your Customer (KYC)), requires financial entities to collect your personal information and verify your identity before allowing you to open an account.
12+
Since wallet providers are financial entities, they're regulated within the countries they operate. One regulation, known as Know Your Customer (KYC), requires financial entities to collect your personal information and verify your identity before allowing you to open an account.
1313

1414
## Web Monetization-compatible digital wallets
1515

@@ -55,7 +55,7 @@ In general, a micropayment is a very small payment. Each wallet provider is resp
5555

5656
Let's say your wallet provider allows you to receive micropayments. Your provider defines a micropayment as any payment under $0.05 <abbr title="US dollars">USD</abbr>. This means you could, for example, receive a payment of one US cent--as long as the sender's wallet provider allows them to send that amount.
5757

58-
Your wallet provider may also have business rules set up such that micropayments accumulate on your account but aren't deposited until you reach a threshold amount.
58+
Your wallet provider could also have business rules set up such that micropayments accumulate on your account but aren't deposited until you reach a threshold amount.
5959

6060
Web Monetization can even support payments of a fraction of a cent, but sending and receiving fractional amounts must be supported by the respective wallet providers.
6161

src/content/docs/supporters/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The extension asks for permission to access your browser tabs and your data for
3434

3535
## Configure the extension
3636

37-
After you install the extension, a page appears to guide you though the configuration steps.
37+
After you install the extension, a page appears to guide you through the configuration steps.
3838

3939
<Steps>
4040
1. Get a Web Monetization-compatible [wallet](/wallets).<br/><img src='/img/docs/extension/onboarding-1.png' alt='An image of the onboarding screen showing the four steps to configure the extension' style='max-width:300px' class='img-outline'/>

src/content/docs/tutorials/remove-content.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ window.addEventListener('load', () => {
119119
})
120120
```
121121

122-
If the visitor has Web Monetization in their browser, then the `monetization` event must fire within 3 seconds (3000ms) to indicate that Web Monetization has initialized. If it doesn’t initialize by the timeout, the ad is shown to the visitor.
122+
If the visitor has Web Monetization in their browser, then the `monetization` event must fire within 3 seconds (3000 ms) to indicate that Web Monetization has initialized. If it doesn’t initialize by the timeout, the ad is shown to the visitor.
123123

124124
### Interactive example
125125

0 commit comments

Comments
 (0)