Skip to content

Commit

Permalink
Update guides/release/components/template-tag-format.md
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Manson <[email protected]>
  • Loading branch information
IgnaceMaes and mansona authored Jan 22, 2024
1 parent c03e910 commit af128c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/release/components/template-tag-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This layout can be turned into a template tag component by wrapping the code in
</template>
```

The top-level template tag is exported as default component from the file. You *can* write this export explicitly, but it's not necessary. The following example is equivalent to the previous one.
The top-level template tag is exported as the default component from the file. You *can* write this export explicitly, but it's not necessary. The following example is equivalent to the previous one.

```text {data-filename="app/components/avatar.gjs"}
export default <template>
Expand Down

0 comments on commit af128c4

Please sign in to comment.