Skip to content

Commit c110e77

Browse files
committed
fix spelling typos
1 parent fd63d86 commit c110e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ export default class ApiClient {
5252
// e.g. user profile service can be added here when required
5353
this.refreshToken = new RefreshTokenService(accountClient);
5454
this.pscDiscrepancies = new PSCDiscrepancyService(apiClient);
55-
this.pscDiscrepanciesReport = new PSCDiscrepancyReportService(apiClient);
55+
this.pscDiscrepancyReport = new PSCDiscrepanciesReportService(apiClient);
5656
}
5757
}

0 commit comments

Comments
 (0)