mirror of
https://github.com/meteor/meteor.git
synced 2026-01-10 08:08:24 -05:00
Fixed code-group declaration typo
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user