all: Fix typos found by codespell (#8833)

This commit is contained in:
Dimitri Papadopoulos Orfanos
2023-03-21 08:07:28 +01:00
committed by GitHub
parent bc371eacf6
commit 526e21ae26
14 changed files with 24 additions and 24 deletions
@@ -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 {
})
);
}
}
}