]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixing typos in affix options area in the docs. 5711/head
authorBradly Feeley <bradlyf@gmail.com>
Tue, 30 Oct 2012 18:46:18 +0000 (11:46 -0700)
committerBradly Feeley <bradlyf@gmail.com>
Tue, 30 Oct 2012 18:46:18 +0000 (11:46 -0700)
docs/javascript.html
docs/templates/pages/javascript.mustache

index bd4d606b33eabe161274a4803e860bbea5d4cb34..de346dd1623a98b27e90a6bbe510ba437cb2e171 100644 (file)
@@ -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>
index 72d1fc5bba3a213812e853f2a4c26416f545a8af..2a60de4b0e7b4dbe0f32a558758e43b739e5dc37 100644 (file)
@@ -1617,7 +1617,7 @@ $('[data-spy="affix"]').each(function () {
                <td>{{_i}}offset{{/i}}</td>
                <td>{{_i}}number | function | object{{/i}}</td>
                <td>{{_i}}10{{/i}}</td>
-               <td>{{_i}}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).{{/i}}</td>
+               <td>{{_i}}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).{{/i}}</td>
              </tr>
             </tbody>
           </table>