Fix typo in comments (#912)
This commit is contained in:
@ -52,7 +52,7 @@ interface SearchResponse<T> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Define the intefrace of the source object
|
// Define the interface of the source object
|
||||||
interface Source {
|
interface Source {
|
||||||
foo: string
|
foo: string
|
||||||
}
|
}
|
||||||
@ -123,7 +123,7 @@ interface SearchResponse<T> {
|
|||||||
aggregations?: any;
|
aggregations?: any;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Define the intefrace of the source object
|
// Define the interface of the source object
|
||||||
interface Source {
|
interface Source {
|
||||||
foo: string
|
foo: string
|
||||||
}
|
}
|
||||||
|
|||||||
@ -128,7 +128,7 @@ const searchParams: RequestParams.Search<SearchBody> = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dewfine the interface of the search response
|
// Define the interface of the search response
|
||||||
interface SearchResponse<T> {
|
interface SearchResponse<T> {
|
||||||
hits: {
|
hits: {
|
||||||
hits: Array<{
|
hits: Array<{
|
||||||
@ -137,7 +137,7 @@ interface SearchResponse<T> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Define the intefrace of the source object
|
// Define the interface of the source object
|
||||||
interface Source {
|
interface Source {
|
||||||
foo: string
|
foo: string
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user