Skip to content

Commit 3461b4e

Browse files
fixed spelling error that a kind user informed me of. Thank you stranger!
1 parent b4a3c1d commit 3461b4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/deviceInteraction/CurrentWorkflowExecutionDisplay.jsx/CurrentWorkflowExecutionDisplay.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function TimerEstimate(props) {
3737

3838
return (
3939
<PrideTextWithDiv
40-
text={`Ellapsed Time: ${currentTimeInSeconds} ${
40+
text={`Elapsed Time: ${currentTimeInSeconds} ${
4141
currentTimeInSeconds === 1 ? "second" : "seconds"
4242
}`}
4343
/>

0 commit comments

Comments
 (0)