Jason Grout 7 роки тому
батько
коміт
3f4e47a910
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      packages/csvviewer/src/widget.ts

+ 1 - 1
packages/csvviewer/src/widget.ts

@@ -143,7 +143,7 @@ class CSVViewer extends Widget implements DocumentRegistry.IReadyWidget {
   }
 
   /**
-   * Create the json model for the grid.
+   * Create the model for the grid.
    */
   private _updateGrid(): void {
     let data: string = this._context.model.toString();