Skip to content

Commit 2237ec7

Browse files
Fix a technically incorrect sentence (#515)
1 parent ad4ac8d commit 2237ec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The examples below are simplified representations of the Open Payments API calls
118118
}
119119
```
120120
:::note
121-
The `client` in the response above is your visitor's wallet address/payment pointer. This URL is only used by the agent and is not available to you.
121+
The `client` in the request above is your visitor's wallet address/payment pointer. This URL is only used by the agent and is not available to you.
122122
:::
123123
</Disclosure>
124124
5. The response to the agent contains an access token that the agent needs to make its next request.
@@ -204,4 +204,4 @@ The examples below are simplified representations of the Open Payments API calls
204204
}
205205
```
206206
</Disclosure>
207-
</Steps>
207+
</Steps>

0 commit comments

Comments
 (0)