Browse Source

fix comment

yohei0125 3 years ago
parent
commit
81488dbcde
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/server/service/page-operation.ts

+ 1 - 1
packages/app/src/server/service/page-operation.ts

@@ -30,7 +30,7 @@ class PageOperationService {
   }
 
   /**
-   * run programs that should be executed only after the service is ready
+   * Execute functions that should be run after the express server is ready.
    */
   async afterExpressServerReady(): Promise<void> {
     try {