Skip to content

Commit

Permalink
Spelling mistake in file.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zstadler authored Sep 15, 2024
1 parent 8cb73c1 commit 788079e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IsraelHiking.Web/src/application/services/file.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export class FileService {
}
return await firstValueFrom(this.httpClient.get(url)) as StyleSpecification;
} catch (ex) {
this.loggingService.error(`[Files] Unanle to get style file, isOffline: ${isOffline}, ${(ex as Error).message}`);
this.loggingService.error(`[Files] Unable to get style file, isOffline: ${isOffline}, ${(ex as Error).message}`);
return {
version: 8.0,
layers: [],
Expand Down

0 comments on commit 788079e

Please sign in to comment.