Skip to content

Commit a645270

Browse files
authored
fixes td/tr typo
1 parent 96d5b56 commit a645270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/charts/line.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,15 +229,15 @@ You can add a [heading](../components/heading/) to your chart using the `<captio
229229

230230
## Multiple Datasets
231231

232-
You can use a [single dataset](../components/data/) (one `<td>` tag in each `<td>`).
232+
You can use a [single dataset](../components/data/) (one `<td>` tag in each `<tr>`).
233233

234234
```html{2}
235235
<tr>
236236
<td> Data </td>
237237
</tr>
238238
```
239239

240-
Or [multiple datasets](../components/datasets/) (many `<td>` tags in `<td>`).
240+
Or [multiple datasets](../components/datasets/) (many `<td>` tags in `<tr>`).
241241

242242
```html{2-4}
243243
<tr>

0 commit comments

Comments
 (0)