Skip to content

Commit 60f1abb

Browse files
fix: Fix typo in warning subtype for unsupported builder (#16)
1 parent f511226 commit 60f1abb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)