Skip to content

Commit 018a5be

Browse files
Fix spelling error in fallback server
1 parent 371e2d7 commit 018a5be

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)