Skip to content

Commit 24542c0

Browse files
authored
Merge pull request #95103 from ecormaksin/patch-1
Update functions-proxies.md
2 parents e3fa811 + 53fd35a commit 24542c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-proxies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Back-end requests can be modified in the portal by expanding the *request overri
4747

4848
By default, the client response is initialized as a copy of the back-end response. You can make changes to the response's status code, reason phrase, headers, and body. The modified values can reference [application settings], [parameters from the original client request], and [parameters from the back-end response].
4949

50-
Back-end requests can be modified in the portal by expanding the *response override* section of the proxy detail page.
50+
Back-end responses can be modified in the portal by expanding the *response override* section of the proxy detail page.
5151

5252
## <a name="using-variables"></a>Use variables
5353

0 commit comments

Comments
 (0)