There was an error while loading. Please reload this page.
1 parent f511226 commit 60f1abbCopy full SHA for 60f1abb
1 file changed
src/sphinxnotes/strike/__init__.py
@@ -51,7 +51,7 @@ def strike_role(
51
f'role {typ} is not supported for builder {builder.name}, fallback to text',
52
location=(env.docname, lineno),
53
type='strike',
54
- subtype='unspported_builder',
+ subtype='unsupported_builder',
55
)
56
return [Text(unescape(text))], []
57
0 commit comments