Skip to content

Commit 86896fe

Browse files
fix codespell
1 parent 7878e02 commit 86896fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflex/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ class EnvironmentVariables:
727727
# How long to wait between automatic reload on frontend error to avoid reload loops.
728728
REFLEX_AUTO_RELOAD_COOLDOWN_TIME_MS: EnvVar[int] = env_var(10_000)
729729

730-
# Wheter to allow entering a state mutation with `async with self` in normal (non background) event handlers
730+
# Whether to allow entering a state mutation with `async with self` in normal (non background) event handlers
731731
REFLEX_STATE_ALLOW_CONTEXTMANAGER_WITHOUT_BACKGROUND_TASK: EnvVar[bool] = env_var(
732732
False
733733
)

0 commit comments

Comments
 (0)