Formatting fix

This commit is contained in:
John Mulhausen 2016-10-25 12:15:25 -07:00 committed by GitHub
parent bd9f8c7f6e
commit 8e8290bd81

View file

@ -748,7 +748,8 @@ interpretation of the options.
no
</td>
<td>
Specify a `duration` by providing an integer and a unit. Valid time units are `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. For example, `3000s` is a valid duration; there should be no space between the integer and unit. If you do not specify a `duration` or specify an integer without a time unit, this defaults to 20 minutes.
{% capture text %}Specify a `duration` by providing an integer and a unit. Valid time units are `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. For example, `3000s` is a valid duration; there should be no space between the integer and unit. If you do not specify a `duration` or specify an integer without a time unit, this defaults to 20 minutes.{% endcapture %}
{{ text | markdownify }}
</td>
</tr>
</table>