Skip to content

Commit 0caae37

Browse files
Fix typo
Co-authored-by: Christoffer Artmann <[email protected]> Signed-off-by: Andy Jakubowski <[email protected]>
1 parent 765d531 commit 0caae37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transform-deepnote-yaml-to-notebook-content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export async function transformDeepnoteYamlToNotebookContent(
1717
cells: [
1818
{
1919
...blankCodeCell,
20-
source: '# No notebooks found in Deepnote file.\n'
20+
source: '# No notebooks found in the Deepnote file.\n'
2121
}
2222
]
2323
};

0 commit comments

Comments
 (0)