Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 14bb88c

Browse files
committed
Docs: Loader's object param html is of type string (api/methods.html)
1 parent aa39ca3 commit 14bb88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/methods.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ <h1>Methods</h1>
195195
<dd><code>text</code> (<em>string</em>, default: "loading") The text of the message.</dd>
196196
<dd><code>textonly</code> (<em>boolean</em>, default: false) If true, the "spinner" image will be hidden when the message is shown.</dd>
197197
<dd><code>textVisible</code> (<em>boolean</em>, default: false) If true, the text value will be used under the spinner.</dd>
198-
<dd><code>html</code> (<em>boolean</em>, default: "") If this is set to a non empty string value it will be used to replace the entirety of the loader's inner html</dd>
198+
<dd><code>html</code> (<em>string</em>, default: "") If this is set to a non empty string value, it will be used to replace the entirety of the loader's inner html.</dd>
199199
</dl>
200200
</dd>
201201
<dd>Examples:

0 commit comments

Comments
 (0)