diff options
| author | Mark Otto <[email protected]> | 2012-10-31 10:48:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-31 10:48:44 -0700 |
| commit | bf48c3140693fb4168627095857da93a9a6f3972 (patch) | |
| tree | 1e9f8a420187cd02bc30b7e3d565ae66bda2a6d3 /docs/javascript.html | |
| parent | 64326322b48a29fb7911fcb21addef981e3bd4d7 (diff) | |
| parent | cbf1dace2ff633503ef40d479d58e68647ef1534 (diff) | |
| download | bootstrap-bf48c3140693fb4168627095857da93a9a6f3972.tar.xz bootstrap-bf48c3140693fb4168627095857da93a9a6f3972.zip | |
Merge branch 'bradly-affix-docs-fix' into 2.2.2-wip
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index bf53d1e55..2a3836289 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1687,7 +1687,7 @@ $('[data-spy="affix"]').each(function () { <td>offset</td> <td>number | function | object</td> <td>10</td> - <td>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 <code>offset: { x: 10 }</code>. Use a function when you need to dynamically provide an offset (useful for some responsive designs).</td> + <td>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 <code>offset: { x: 10 }</code>. Use a function when you need to dynamically provide an offset (useful for some responsive designs).</td> </tr> </tbody> </table> |
