Skip to content

Commit 7f75abd

Browse files
authored
Update AzureIdentityExamples.md (Azure#21206)
Update the comment to match what the function is doing.
1 parent 11c2645 commit 7f75abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/identity/identity/samples/AzureIdentityExamples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Apart from user name and password, this credential requires you to know the tena
300300

301301
```ts
302302
/**
303-
* Authenticate with a client certificate.
303+
* Authenticate with a username and password.
304304
*/
305305
function withUsernamePasswordCredential() {
306306
let credential = new UsernamePasswordCredential(

0 commit comments

Comments
 (0)