浏览代码

Small comment fix

Co-authored-by: Athan <kgryte@gmail.com>
Martha Cryan 5 年之前
父节点
当前提交
89cb3a63b0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
   sanitizer: ISanitizer;
 
 
   /**
   /**
-   * Boolean indicating whether notebook cells collapsible
+   * Boolean indicating whether notebook cells are collapsible.
    */
    */
   collapsibleNotebooks: boolean;
   collapsibleNotebooks: boolean;