Skip to content

Commit 7f27716

Browse files
authored
docs: fix typo (#1489)
1 parent 1f2f45b commit 7f27716

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/guide/essentials/application.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ We will discuss how to define and compose multiple components together in later
4343

4444
## Mounting the App
4545

46-
An application instance won't render anything until its `.mount()` method is called.
47-
It expects a "container" argument, which can either be an actual DOM element or a selector string:
46+
An application instance won't render anything until its `.mount()` method is called. It expects a "container" argument, which can either be an actual DOM element or a selector string:
4847

4948
```html
5049
<div id="app"></div>

0 commit comments

Comments
 (0)