Skip to content

Commit 165c86a

Browse files
authored
Merge pull request gajus#172 from fix-fix/patch-1
Fix typo in class name example
2 parents 478f0e6 + e49229f commit 165c86a

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)