all: Fix typos found by codespell (#8833)
This commit is contained in:
@@ -36,7 +36,7 @@ export class DbCompletionService {
|
||||
.get<Completion>(this.dbStatusUrl, httpOptions)
|
||||
.pipe(
|
||||
map(res => {
|
||||
// Remove from array in developement
|
||||
// Remove from array in development
|
||||
// in-memory-web-api returns arrays
|
||||
if (!environment.production) {
|
||||
const a: any = res as any;
|
||||
@@ -48,4 +48,4 @@ export class DbCompletionService {
|
||||
})
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user