Ver Fonte

Small comment fix

Co-authored-by: Athan <kgryte@gmail.com>
Martha Cryan há 5 anos atrás
pai
commit
89cb3a63b0
1 ficheiros alterados com 1 adições e 1 exclusões
  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;