Skip to content

Commit c1e6e21

Browse files
authored
FAQ: fix stray quote instead of a backtick
1 parent edeec26 commit c1e6e21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ zIndex n =
1616

1717
Supporting both margins and padding make consistent layouts difficult, so style-elements only uses padding.
1818

19-
If you need spacing between children in a layout, use ['Element.Attributes.spacing`](http://package.elm-lang.org/packages/mdgriffith/style-elements/latest/Element-Attributes#spacing).
19+
If you need spacing between children in a layout, use [`Element.Attributes.spacing`](http://package.elm-lang.org/packages/mdgriffith/style-elements/latest/Element-Attributes#spacing).
2020

2121
To set more space around a single element, wrap the element in a spacer a set padding. This is more explicit and you can predict exactly how your element will be laid out.

0 commit comments

Comments
 (0)