Skip to content

Commit bb37a22

Browse files
Brian Whittonsamselikoff
authored andcommitted
without a closing tag, this breaks formatting on the rest of the page
1 parent 1ce81d2 commit bb37a22

File tree

1 file changed

+1
-1
lines changed
  • tests/dummy/app/pods/docs/components/docs-snippet

1 file changed

+1
-1
lines changed

tests/dummy/app/pods/docs/components/docs-snippet/template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Easily render a code snippet with syntax highlighting and a copy-to-clipboard bu
44

55
## Handlebars
66

7-
To render a Handlebars snippet from one of your templates, wrap it in `{{#docs-snippet name="your-snippet-name.hbs"}}`.
7+
To render a Handlebars snippet from one of your templates, wrap it in `{{#docs-snippet name="your-snippet-name.hbs"}}{{/docs-snippet}}`.
88

99
{{docs/components/docs-snippet/demo1}}
1010

0 commit comments

Comments
 (0)