Skip to content

Commit 062b1a9

Browse files
authored
Update application.md (#1508)
1 parent 9b1e387 commit 062b1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Mounts the application instance in a container element.
5555

5656
- **Details**
5757

58-
The first argument can either be a CSS selector (the first matched element will be used) or an actual DOM element. Returns the root component instance.
58+
The argument can either be an actual DOM element or a CSS selector (the first matched element will be used). Returns the root component instance.
5959

6060
If the component has a template or a render function defined, it will replace any existing DOM nodes inside the container. Otherwise, if the runtime compiler is available, the `innerHTML` of the container will be used as the template.
6161

0 commit comments

Comments
 (0)