yohei0125 il y a 4 ans
Parent
commit
7dc8bd2910
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/app/src/server/service/page.ts

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

@@ -3066,7 +3066,7 @@ class PageService {
   }
 
   /**
-   * pdate descendantCount of the pages sequentially from path containing more `/` to path containing less
+   * update descendantCount of the pages sequentially from path containing more `/` to path containing less
    */
   async updateDescendantCountOfPagesWithPaths(paths: string[]): Promise<void> {
     const BATCH_SIZE = 200;