diff --git a/packages/backend/src/core/InternalStorageService.ts b/packages/backend/src/core/InternalStorageService.ts index 7d2ea6ba20..f7371f8e79 100644 --- a/packages/backend/src/core/InternalStorageService.ts +++ b/packages/backend/src/core/InternalStorageService.ts @@ -24,7 +24,7 @@ export class InternalStorageService { @Inject(DI.config) private config: Config, ) { - // No one should erase the working directly *while the server is running*. + // No one should erase the working directory *while the server is running*. fs.mkdirSync(path, { recursive: true }); }