We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58506b commit 7deb73bCopy full SHA for 7deb73b
packages/react/src/components/notebook/NotebookAdapter.ts
@@ -518,7 +518,7 @@ export class NotebookAdapter {
518
setNbformat(nbformat: INotebookContent) {
519
if (nbformat === null) {
520
throw new Error(
521
- 'The nformat should first be set via the constructor of NotebookAdapater'
+ 'The nbformat should first be set via the constructor of NotebookAdapater'
522
);
523
}
524
this._nbformat = nbformat;
0 commit comments