aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorBradly Feeley <[email protected]>2012-10-30 11:46:18 -0700
committerBradly Feeley <[email protected]>2012-10-30 11:46:18 -0700
commitcbf1dace2ff633503ef40d479d58e68647ef1534 (patch)
treed9a80a77c810e7bb422fc1443d51eaa90b68d15a /docs/javascript.html
parentb5af762ef59e1fa97f4386f5feadb67aa5183fef (diff)
downloadbootstrap-cbf1dace2ff633503ef40d479d58e68647ef1534.tar.xz
bootstrap-cbf1dace2ff633503ef40d479d58e68647ef1534.zip
Fixing typos in affix options area in the docs.
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html2
1 files changed, 1 insertions, 1 deletions
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 () {
<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>