瀏覽代碼

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;
 
   /**
-   * Boolean indicating whether notebook cells collapsible
+   * Boolean indicating whether notebook cells are collapsible.
    */
   collapsibleNotebooks: boolean;