Browse Source

Small comment fix

Co-authored-by: Athan <kgryte@gmail.com>
Martha Cryan 5 năm trước cách đây
mục cha
commit
89cb3a63b0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/toc/src/generators/notebook/options_manager.ts

+ 1 - 1
packages/toc/src/generators/notebook/options_manager.ts

@@ -22,7 +22,7 @@ interface Options {
   sanitizer: ISanitizer;
 
   /**
-   * Boolean indicating whether notebook cells collapsible
+   * Boolean indicating whether notebook cells are collapsible.
    */
   collapsibleNotebooks: boolean;