Skip to content

Commit

Permalink
Change description of get in options manager
Browse files Browse the repository at this point in the history
Co-authored-by: Athan <kgryte@gmail.com>
  • Loading branch information
Martha Cryan and kgryte authored May 6, 2020
1 parent 4914b02 commit 6122d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/notebook/options_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class OptionsManager extends Registry.IOptionsManager {
}

/**
* Gets ToC configuration of whether to enable collapsible cells
* Gets the ToC setting specifying whether to allow collapsing notebook cells.
*/
get collapsibleNotebooks() {
return this._collapsible;
Expand Down

0 comments on commit 6122d24

Please sign in to comment.