From 29759939341c1ab9d78eb1c8fc4b113836924036 Mon Sep 17 00:00:00 2001 From: mvega3 Date: Tue, 31 Oct 2017 21:18:11 -0700 Subject: [PATCH] padding -> spacing utilities --- docs/source/docs/positioning.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/docs/positioning.blade.md b/docs/source/docs/positioning.blade.md index 8546ee8a9c29..e8bc5d8eab00 100644 --- a/docs/source/docs/positioning.blade.md +++ b/docs/source/docs/positioning.blade.md @@ -270,7 +270,7 @@ Offsets are calculated relative to the viewport and the element *will* act as a Use the `.pin{-edge?}` utilities to anchor absolutely positioned elements against any of the edges of the nearest positioned parent. -Combined with Tailwind's [padding utilities](/docs/padding), you'll probably find that these are all you need to precisely control absolutely positioned elements. +Combined with Tailwind's [spacing utilities](/docs/spacing), you'll probably find that these are all you need to precisely control absolutely positioned elements.