Skip to content

Commit eeb6a18

Browse files
authored
Merge pull request #13 from sperse-z/patch-1
Fixed wording mistakes
2 parents 11e3b7f + 59ec7d7 commit eeb6a18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/abpHttp.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class AbpHttpConfiguration {
5656

5757
defaultError = <IErrorInfo>{
5858
message: 'An error has occurred!',
59-
details: 'Error detail not sent by server.'
59+
details: 'Error details were not sent by server.'
6060
};
6161

6262
defaultError401 = <IErrorInfo>{
@@ -71,7 +71,7 @@ export class AbpHttpConfiguration {
7171

7272
defaultError404 = <IErrorInfo>{
7373
message: 'Resource not found!',
74-
details: 'The resource requested could not found on the server.'
74+
details: 'The resource requested could not be found on the server.'
7575
};
7676

7777
logError(error: IErrorInfo): void {

0 commit comments

Comments
 (0)