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 8506814 commit ec9818cCopy full SHA for ec9818c
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 nbformat should first be set via the constructor of NotebookAdapater'
+ 'The nbformat should first be set via the constructor of NotebookAdapter'
522
);
523
}
524
this._nbformat = nbformat;
0 commit comments