visuddhinanda 3 лет назад
Родитель
Сommit
898618c4ea
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dashboard/src/components/api/Corpus.ts

+ 1 - 1
dashboard/src/components/api/Corpus.ts

@@ -109,7 +109,7 @@ export interface IApiResponseChannelList {
 	data: { rows: IApiResponseChannelListData[]; count: number };
 }
 
-export interface ISentenceRequst {
+export interface ISentenceRequest {
 	book: number;
 	para: number;
 	wordStart: number;