Skip to content

Commit

Permalink
spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Feb 1, 2024
1 parent eb3d060 commit 5ecefd3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/dictionaries/words
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ filesystem
filesystems
fillchar
foo
fpath
freeform
fullmatch
globals
Expand Down Expand Up @@ -127,6 +128,7 @@ py
pythonically
queueing
qux
randint
rc
refactor
regex
Expand All @@ -146,6 +148,7 @@ ret
retrigger
retriggered
retriggering
rmtree
roadmap
ruleset
rulesets
Expand All @@ -158,6 +161,7 @@ setup
setups
shebang
shutdown
shutil
situ
speedup
ssh
Expand All @@ -183,6 +187,7 @@ symlink
symlinked
symlinking
symlinks
sys
taskdef
templated
templating
Expand All @@ -192,6 +197,7 @@ timeouts
timestep
timezone
timezones
tuple
uiserver
unpaused
unpausing
Expand All @@ -206,6 +212,7 @@ vs
wallclock
websocket
websockets
whitelist
whitelisting
whitespace
workflow
Expand Down
2 changes: 1 addition & 1 deletion src/user-guide/writing-workflows/external-triggers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ Validation example using xrandom
The xrandom xtrigger module might also contain a ``validate`` function.

This will be run on the inputs to an xtrigger, and should raise
a ``WorkflowConfigError`` with a meaningful descripting if a condition
a ``WorkflowConfigError`` with a meaningful description if a condition
is not met.

.. code-block:: python
Expand Down

0 comments on commit 5ecefd3

Please sign in to comment.