Skip to content

Commit

Permalink
Fix typo (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
micnguyen committed Dec 18, 2023
1 parent 33e0246 commit e2de6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iCloudClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export class PremiumMailSettings {
constructor(readonly client: ICloudClient) {
if (!client.authenticated) {
throw new ClientAuthenticationError(
'Client is not authenticated. A sing-in is required.'
'Client is not authenticated. A sign-in is required.'
);
}
this.baseUrl = `${client.webserviceUrl('premiummailsettings')}/v1`;
Expand Down

0 comments on commit e2de6ab

Please sign in to comment.