We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d5b56 commit a645270Copy full SHA for a645270
src/charts/line.md
@@ -229,15 +229,15 @@ You can add a [heading](../components/heading/) to your chart using the `<captio
229
230
## Multiple Datasets
231
232
-You can use a [single dataset](../components/data/) (one `<td>` tag in each `<td>`).
+You can use a [single dataset](../components/data/) (one `<td>` tag in each `<tr>`).
233
234
```html{2}
235
<tr>
236
<td> Data </td>
237
</tr>
238
```
239
240
-Or [multiple datasets](../components/datasets/) (many `<td>` tags in `<td>`).
+Or [multiple datasets](../components/datasets/) (many `<td>` tags in `<tr>`).
241
242
```html{2-4}
243
0 commit comments