Skip to content

Commit

Permalink
Fix docstring for cell footer (#11503)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Nov 19, 2021
1 parent ee14367 commit 8a8c375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cells/src/widget.ts
Expand Up @@ -664,7 +664,7 @@ export namespace Cell {
}

/**
* Create a new cell header for the parent widget.
* Create a new cell footer for the parent widget.
*/
createCellFooter(): ICellFooter {
return new CellFooter();
Expand Down

0 comments on commit 8a8c375

Please sign in to comment.