Skip to content

Commit e49229f

Browse files
authored
Fix typo in class name example
Cell element from the rendering output example has a class that looks like some mix of `styles.row` and `styles.cell`, but it should have exactly the same class from `styles.cell` as the other cell element.
1 parent 478f0e6 commit e49229f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Rendering the component will produce a markup similar to:
6161
```js
6262
<div class="table__table___32osj">
6363
<div class="table__row___2w27N">
64-
<div class="table__cell___2w27N">A0</div>
64+
<div class="table__cell___1oVw5">A0</div>
6565
<div class="table__cell___1oVw5">B0</div>
6666
</div>
6767
</div>

0 commit comments

Comments
 (0)