Commit cc5415b8 authored by Mark Otto's avatar Mark Otto
Browse files

fix js docs typo

parent a6253f09
1 merge request!14752.0 wip
Showing with 2 additions and 2 deletions
+2 -2
No preview for this file type
...@@ -1288,7 +1288,7 @@ $('#myCollapsible').on('hidden', function () { ...@@ -1288,7 +1288,7 @@ $('#myCollapsible').on('hidden', function () {
<td>interval</td> <td>interval</td>
<td>number</td> <td>number</td>
<td>5000</td> <td>5000</td>
<td>The amount of type to delay between automatically cycling an item.</td> <td>The amount of time to delay between automatically cycling an item.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
......
...@@ -1212,7 +1212,7 @@ $('#myCollapsible').on('hidden', function () { ...@@ -1212,7 +1212,7 @@ $('#myCollapsible').on('hidden', function () {
<td>{{_i}}interval{{/i}}</td> <td>{{_i}}interval{{/i}}</td>
<td>{{_i}}number{{/i}}</td> <td>{{_i}}number{{/i}}</td>
<td>5000</td> <td>5000</td>
<td>{{_i}}The amount of type to delay between automatically cycling an item.{{/i}}</td> <td>{{_i}}The amount of time to delay between automatically cycling an item.{{/i}}</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment