From b274b4c6b58e8e2e18167fa4196e7c83e5856e0d Mon Sep 17 00:00:00 2001 From: tadejgolobic Date: Mon, 1 Apr 2024 11:13:30 +0200 Subject: [PATCH] docs(concepts): typo --- docs/src/content/docs/introduction/op-concepts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/introduction/op-concepts.mdx b/docs/src/content/docs/introduction/op-concepts.mdx index 0d52e9db..8a0cd652 100644 --- a/docs/src/content/docs/introduction/op-concepts.mdx +++ b/docs/src/content/docs/introduction/op-concepts.mdx @@ -74,7 +74,7 @@ A successfully created `quote` resource results in the generation of a quote `id After a quote resource is created, it’s almost time to create the outgoing-payment resource on the payer’s account. The purpose of the outgoing-payment resource is to serve as an instruction to make a payment from the payer’s account. -Open Payments requires the payee to explicitly consent to the creation of the resource before the client can issue the create request. Consent is obtained through an [interactive grant](/introduction/grants/#outgoing-payment-grant). +Open Payments requires the payer to explicitly consent to the creation of the resource before the client can issue the create request. Consent is obtained through an [interactive grant](/introduction/grants/#outgoing-payment-grant). Within the request to create the outgoing-payment resource is the payee’s wallet address, so the payer’s ASE knows where to send the payment, and the quote resource’s ID, where the payment amounts are defined.