Skip to content

Commit cc8b732

Browse files
Fix typo in warning subtype for unsupported builder
1 parent f511226 commit cc8b732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sphinxnotes/strike/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def strike_role(
5151
f'role {typ} is not supported for builder {builder.name}, fallback to text',
5252
location=(env.docname, lineno),
5353
type='strike',
54-
subtype='unspported_builder',
54+
subtype='unsupported_builder',
5555
)
5656
return [Text(unescape(text))], []
5757

0 commit comments

Comments
 (0)