Skip to content

Commit 9461258

Browse files
Update changes
1 parent 5b42627 commit 9461258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The config can also be defined as a function, in which case the first argument i
3535
- Type: `String`
3636
- Default: `#app`
3737

38-
The DOM element to be mounted on initialization. It can be a CSS selector string or an actual HTML element.
38+
The DOM element to be mounted on initialization. It can be a CSS selector string or an actual [HTMLElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement).
3939

4040
```js
4141
window.$docsify = {

0 commit comments

Comments
 (0)