Skip to content

Commit 71029dc

Browse files
authored
Fix typo in status message (#17)
Corrected "Runnning" to "Running" on line 134
1 parent 55a4586 commit 71029dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/boot/saas.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ var saas = {
131131
if (!enabled) {
132132
return "Disabled"
133133
}
134-
return "Runnning"
134+
return "Running"
135135
}
136136

137137
const timeLeft = Math.floor(

0 commit comments

Comments
 (0)