Fix typo in comments (#912)
This commit is contained in:
committed by
Tomas Della Vedova
parent
a752ea7403
commit
2bd1c66e6d
@ -52,7 +52,7 @@ interface SearchResponse<T> {
|
||||
}
|
||||
}
|
||||
|
||||
// Define the intefrace of the source object
|
||||
// Define the interface of the source object
|
||||
interface Source {
|
||||
foo: string
|
||||
}
|
||||
@ -123,7 +123,7 @@ interface SearchResponse<T> {
|
||||
aggregations?: any;
|
||||
}
|
||||
|
||||
// Define the intefrace of the source object
|
||||
// Define the interface of the source object
|
||||
interface Source {
|
||||
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> {
|
||||
hits: {
|
||||
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 {
|
||||
foo: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user