Skip to content

Commit 0a024e8

Browse files
jsiedentopparlough
andauthored
Update src/content/web/get-started.md
Co-authored-by: Parker Lougheed <parlough@gmail.com>
1 parent 6d7dbf0 commit 0a024e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/web/get-started.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ Let's customize the app you just created.
124124
125125
void main() {
126126
final output = querySelector('#output');
127-
[!for (final item in thingsTodo()) {
128-
output?.appendChild(newLI(item));
129-
}!]
127+
[!for (final item in thingsTodo()) {!]
128+
[!output?.appendChild(newLI(item));!]
129+
[!}!]
130130
}
131131
```
132132

0 commit comments

Comments
 (0)