Skip to content

Commit e220b43

Browse files
authored
Fix small typo (#1534)
* Fix small typo * Fix docs build
1 parent 6b0d0d0 commit e220b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

voila/treehandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def validate_theme(self, theme: str, classic_tree: bool) -> str:
2525
supported_themes = ["dark", "light", "JupyterLab Dark", "JupyterLab Light"]
2626
if theme not in supported_themes:
2727
self.log.warn(
28-
"Custom JupyterLab theme is not supported in the classic tree, failback to the light theme!"
28+
"Custom JupyterLab theme is not supported in the classic tree, fallback to the light theme!"
2929
)
3030
return "light"
3131
else:

0 commit comments

Comments
 (0)