Skip to content

Commit 30d7657

Browse files
Merge pull request #102 from labthings/spelling-fix
Fix spelling error in fallback server
2 parents 01db41f + 018a5be commit 30d7657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/labthings_fastapi/server/fallback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def __init__(self, *args, **kwargs):
2828
<p>Please check your configuration and try again.</p>
2929
<p>More details may be shown below:</p>
3030
<pre>{{error}}</pre>
31-
<p>The following Things loaded successfuly:</p>
31+
<p>The following Things loaded successfully:</p>
3232
<ul>
3333
{{things}}
3434
</ul>

0 commit comments

Comments
 (0)