Skip to content

Commit 00e5890

Browse files
authored
typo on method documentation (Azure#30059)
1 parent ccd41a7 commit 00e5890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/identity/Azure.Identity/src/Credentials/EnvironmentCredential.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public override AccessToken GetToken(TokenRequestContext requestContext, Cancell
120120
/// This method is called automatically by Azure SDK client libraries. You may call this method directly, but you must also handle token caching and token refreshing.
121121
/// </summary>
122122
/// <remarks>
123-
/// If the environment variables AZURE_TENANT_ID, AZURE_CLIENT_ID, and AZURE_CLIENT_SECRET are not specifeid, the default <see cref="AccessToken"/>
123+
/// If the environment variables AZURE_TENANT_ID, AZURE_CLIENT_ID, and AZURE_CLIENT_SECRET are not specified, the default <see cref="AccessToken"/>
124124
/// </remarks>
125125
/// <param name="requestContext">The details of the authentication request.</param>
126126
/// <param name="cancellationToken">A <see cref="CancellationToken"/> controlling the request lifetime.</param>

0 commit comments

Comments
 (0)