Commit 00323b3
authored
fix: update two code snippets in the tutorial (withastro#10727)
* unit 5-3: add missing `any` in Code Check-In
We use `any` before to avoid a Typescript error but it is missing
in the Code Check-In. So if someone decide to replace their code with
the one suggested in Code Check-In they'll get a Typescript error.
* unit 6-2: fix line highlighting1 parent 24ded70 commit 00323b3
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments