Fixed code-group declaration typo

This commit is contained in:
Aaron Rosenzweig
2025-10-11 21:05:54 -04:00
parent 8131adb0d7
commit 544949cf49

View File

@@ -12,7 +12,7 @@ Create a new template named `form` inside the `App.html` file, and inside of the
::: code-group
```js [imports/ui/App.html]
```html [imports/ui/App.html]
...
<template name="form">
@@ -30,7 +30,7 @@ Then we can simply add this to our `mainContainer` template above your list of t
::: code-group
```js [imports/ui/App.html]
```html [imports/ui/App.html]
...
<template name="mainContainer">