We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f9a8a commit 6d7dbf0Copy full SHA for 6d7dbf0
src/content/web/get-started.md
@@ -107,8 +107,8 @@ Let's customize the app you just created.
107
```dart
108
Iterable<String> thingsTodo() sync* { ... }
109
110
- [!HTMLLIElement newLI(String itemText) =>
111
- (document.createElement('li') as HTMLLIElement)..text = itemText;!]
+ [!HTMLLIElement newLI(String itemText) =>!]
+ [!(document.createElement('li') as HTMLLIElement)..text = itemText;!]
112
113
void main() { ... }
114
```
0 commit comments