Skip to content

Commit

Permalink
Fixed typos in comments (#18646)
Browse files Browse the repository at this point in the history
* Fixed typos in comments
  • Loading branch information
petrsvihlik authored Nov 11, 2021
1 parent 5210301 commit 08aac04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const tryParseConnectionString = (s: string): EndpointCredential | undefined =>
* @hidden
*
* @param connectionString - The connection string to parse
* @returns Object to access the endpoint and the credenials
* @returns Object to access the endpoint and the credentials
*/
export const parseConnectionString = (connectionString: string): EndpointCredential => {
const parsedConnectionString = tryParseConnectionString(connectionString);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export interface MicrosoftTeamsUserKind extends MicrosoftTeamsUserIdentifier {
}

/**
* IdentifierKind for UnkownIdentifer.
* IdentifierKind for UnknownIdentifier.
*/
export interface UnknownIdentifierKind extends UnknownIdentifier {
/**
Expand Down

0 comments on commit 08aac04

Please sign in to comment.