Skip to content

Commit 774c369

Browse files
authored
docs: fix typos (#292)
Signed-off-by: GoodDaisy <90915921+GoodDaisy@users.noreply.github.com>
1 parent 3d1dd12 commit 774c369

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/3-webhook-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Engine now supports Webhooks to allow you to subscribe to event notifications. Y
2323

2424
Update the `minWalletBalance` configuration value to the minimum balance you want to maintain in the backend wallet. By Default the value is `2000000000000000 wei` or `0.002`. Once the balance goes below the configured value, a webhook will be sent to the configured URL. This can be done via the end-point `/configuration/backend-wallet-balance`.
2525

26-
> NOTE: Backend Wallets with low balance will not be able to send transactions, untill the balance is topped up.
26+
> NOTE: Backend Wallets with low balance will not be able to send transactions, until the balance is topped up.
2727
2828
#### Transaction Webhook
2929

docs/guides/deployment/gcp/gke-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Before you begin, ensure you have the following:
2929

3030
### Step 2: Deploy Your Docker Image
3131

32-
1. Ensure that your are connected to the GKE cluster:
32+
1. Ensure that you are connected to the GKE cluster:
3333

3434
```bash
3535
gcloud container clusters get-credentials your-cluster-name --region your-regsion

0 commit comments

Comments
 (0)