Skip to content

Commit 071c325

Browse files
committed
Small edit
1 parent 2b65d5a commit 071c325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/azure/sdk/authentication/credential-chains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ In the preceding code sample, `EnvironmentCredential` and `WorkloadIdentityCrede
7777

7878
Note `InteractiveBrowserCredential` is excluded by default and therefore isn't shown in the preceding diagram.
7979

80-
As more `Exclude`-prefixed properties are set, the advantages of using `DefaultAzureCredential` diminish. In such cases, `ChainedTokenCredential` is a better choice and requires less code. To illustrate, these two code samples behave the same way:
80+
As more `Exclude`-prefixed properties are set to `true`, the advantages of using `DefaultAzureCredential` diminish. In such cases, `ChainedTokenCredential` is a better choice and requires less code. To illustrate, these two code samples behave the same way:
8181

8282
### [DefaultAzureCredential](#tab/dac)
8383

0 commit comments

Comments
 (0)