1
1
mirror of https://github.com/primer/css.git synced 2024-12-01 12:42:32 +03:00

oops, put the ) in the right spot

This commit is contained in:
Sophie Shepherd 2017-10-19 16:54:39 -05:00
parent 4c713a9ca8
commit abc2175b4d

View File

@ -69,6 +69,6 @@ The `.hover-grow` class will increase the scale of the element upon hover.
```html
<div class="box hover-grow p-4">
<%= octicon("mark-github"), :height => 32 %>
<%= octicon("mark-github", :height => 32) %>
</div>
```