Skip to content

Commit 509fb5f

Browse files
Davide MaurirwestMSFT
andauthored
Update docs/relational-databases/system-stored-procedures/sp-invoke-external-rest-endpoint-transact-sql.md
Co-authored-by: Randolph West MSFT <97149825+rwestMSFT@users.noreply.github.com>
1 parent d36233a commit 509fb5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/system-stored-procedures/sp-invoke-external-rest-endpoint-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ As there's a collation rule set at the database level, the following logic will
263263
1. Check if the URL and credential match using the RFC, which means:
264264
- Check the scheme and host using a case-insensitive collation (`Latin1_General_100_CI_AS_KS_WS_SC`)
265265
- Check all other segments of the URL are compared in a case-sensitive collation (`Latin1_General_100_BIN2`)
266-
1. Check if the URL and credential match using the database collation rules (and without doing any URL encoding).
266+
1. Check that the URL and credential match using the database collation rules (and without doing any URL encoding).
267267

268268
### Grant permissions to use credential
269269

0 commit comments

Comments
 (0)