Skip to content

Commit 07082c4

Browse files
authored
fixes tr/td typo in bar.md
1 parent a645270 commit 07082c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/charts/bar.md

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

164164
## Multiple Datasets
165165

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

168168
```html{2}
169169
<tr>
170170
<td> Data </td>
171171
</tr>
172172
```
173173

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

176176
```html{2-4}
177177
<tr>

0 commit comments

Comments
 (0)