Skip to content

Commit d8bf7db

Browse files
authored
Merge pull request #1327 from jbampton/fix-spelling
Fix spelling
2 parents a5b2d97 + ac6c573 commit d8bf7db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dash-renderer/src/reducers/callbacks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export enum CallbackActionType {
2525
RemoveBlocked = 'Callbacks.RemoveBlocked',
2626
RemoveExecuted = 'Callbacks.RemoveExecuted',
2727
RemoveExecuting = 'Callbacks.RemoveExecuting',
28-
RemovePrioritized = 'Callbacks.ReomvePrioritized',
28+
RemovePrioritized = 'Callbacks.RemovePrioritized',
2929
RemoveRequested = 'Callbacks.RemoveRequested',
3030
RemoveStored = 'Callbacks.RemoveStored',
3131
RemoveWatched = 'Callbacks.RemoveWatched'

dash/testing/application_runners.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def start(self, app, start_timeout=2, cwd=None):
259259
logger.info("RRunner inferred cwd from app path: %s", cwd)
260260
else:
261261
# app is a string chunk, we make a temporary folder to store app.R
262-
# and its relevants assets
262+
# and its relevant assets
263263
self._tmp_app_path = os.path.join(
264264
"/tmp" if not self.is_windows else os.getenv("TEMP"), uuid.uuid4().hex
265265
)
@@ -358,7 +358,7 @@ def start(self, app, start_timeout=30, cwd=None):
358358
logger.info("JuliaRunner inferred cwd from app path: %s", cwd)
359359
else:
360360
# app is a string chunk, we make a temporary folder to store app.jl
361-
# and its relevants assets
361+
# and its relevant assets
362362
self._tmp_app_path = os.path.join(
363363
"/tmp" if not self.is_windows else os.getenv("TEMP"), uuid.uuid4().hex
364364
)

0 commit comments

Comments
 (0)