Skip to content

Commit eace7b6

Browse files
adhami3310masenf
andauthored
typos!
Co-authored-by: Masen Furer <m_github@0x26.net>
1 parent d4ac10d commit eace7b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reflex/plugins/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class PreCompileContext(CommonContext):
4242
class Plugin:
4343
"""Base class for all plugins."""
4444

45-
def get_frontend_development_dependancies(
45+
def get_frontend_development_dependencies(
4646
self, **context: Unpack[CommonContext]
4747
) -> list[str] | set[str] | tuple[str, ...]:
4848
"""Get the NPM packages required by the plugin for development.

0 commit comments

Comments
 (0)