We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770b018 commit d602861Copy full SHA for d602861
snooty/rstspec.toml
@@ -234,7 +234,7 @@ example = """.. example::
234
[directive.optional]
235
help = """A section of optional information or steps."""
236
content_type = "block"
237
-exmaple = """.. optional::
+example = """.. optional::
238
239
${0:Optional content}
240
"""
@@ -273,7 +273,7 @@ help = """A nested document providing related or reference material."""
273
argument_type = "string"
274
options.subtitle = "string"
275
276
-exmaple = """.. sidebar:: ${1:string}
+example = """.. sidebar:: ${1:string}
277
:subtitle: ${2:string}
278
279
${3:Content block}
0 commit comments