Skip to content

Commit 7deb73b

Browse files
committed
fix: typo
1 parent f58506b commit 7deb73b

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 nformat should first be set via the constructor of NotebookAdapater'
521+
'The nbformat should first be set via the constructor of NotebookAdapater'
522522
);
523523
}
524524
this._nbformat = nbformat;

0 commit comments

Comments
 (0)