Skip to content

Commit c73f809

Browse files
authored
Fix lint formatting in a "zoey says" box (#2223)
1 parent 4a30874 commit c73f809

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guides/release/components/template-tag-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Template Tag became the default component authoring format [starting at Ember 6.
99
<div class="cta-note-body">
1010
<div class="cta-note-heading">Zoey says...</div>
1111
<div class="cta-note-message">
12-
Before the creation of Template Tag, components were authored as paired JS and HBS files. The HBS in these files has some different behaviors than modern Template Tag. The [Strict Handlebars RFC](https://rfcs.emberjs.com/id/0496-handlebars-strict-mode/) explains what changed between HBS and GJS.
12+
Before the creation of Template Tag, components were authored as paired JS and HBS files. The HBS in these files has some different behaviors than modern Template Tag. The <a href="https://rfcs.emberjs.com/id/0496-handlebars-strict-mode/">Strict Handlebars RFC</a> explains what changed between HBS and GJS.
1313
</div>
1414
</div>
1515
<img src="/images/mascots/zoey.png" role="presentation" alt="">

0 commit comments

Comments
 (0)