Fix spelling in comment

This commit is contained in:
Matt Bierner 2021-03-09 12:27:43 -08:00
parent ba54c76164
commit 58bd8e075a

View file

@ -249,7 +249,7 @@ export class NotebookViewModel extends Disposable implements EditorFoldingStateD
this._decorationsTree.acceptReplace(diff[0], diff[1], diff[2].length, true);
deletedCells.forEach(cell => {
this._handleToViewCellMapping.delete(cell.handle);
// dispsoe the cell to release ref to the cell text document
// dispose the cell to release ref to the cell text document
cell.dispose();
});