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 {
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user