Skip to content

Commit ec9818c

Browse files
authored
fix: typo (#284)
1 parent 8506814 commit ec9818c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/components/notebook/NotebookAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ export class NotebookAdapter {
518518
setNbformat(nbformat: INotebookContent) {
519519
if (nbformat === null) {
520520
throw new Error(
521-
'The nbformat should first be set via the constructor of NotebookAdapater'
521+
'The nbformat should first be set via the constructor of NotebookAdapter'
522522
);
523523
}
524524
this._nbformat = nbformat;

0 commit comments

Comments
 (0)