Commit 52e295f1d519671388c33bf162b486981f1ca9ab

Authored by Eikon
Committed by GitHub
1 parent de8ea591

docs(enums): update description (#1532)

Showing 1 changed file with 1 additions and 1 deletions
src/enums/httpEnum.ts
... ... @@ -19,7 +19,7 @@ export enum RequestEnum {
19 19 }
20 20  
21 21 /**
22   - * @description: contentTyp
  22 + * @description: contentType
23 23 */
24 24 export enum ContentTypeEnum {
25 25 // json
... ...