From cbf1dace2ff633503ef40d479d58e68647ef1534 Mon Sep 17 00:00:00 2001 From: Bradly Feeley Date: Tue, 30 Oct 2012 11:46:18 -0700 Subject: Fixing typos in affix options area in the docs. --- docs/javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index bd4d606b3..de346dd16 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1687,7 +1687,7 @@ $('[data-spy="affix"]').each(function () { offset number | function | object 10 - Pixels to offset from screen when calculating position of scroll. If a single number is provide, the offset will be applied in both top and left directions. To listen for a single direction, or multiple unique offsets, just provided an object offset: { x: 10 }. Use a function when you need to dynamically provide an offset (useful for some responsive designs). + Pixels to offset from screen when calculating position of scroll. If a single number is provided, the offset will be applied in both top and left directions. To listen for a single direction, or multiple unique offsets, just provide an object offset: { x: 10 }. Use a function when you need to dynamically provide an offset (useful for some responsive designs). -- cgit v1.2.3