Skip to content

Commit 90206e7

Browse files
committed
Merge pull request #123 from SERVANT14/patch-2
Tiny fix
2 parents fee62d1 + 7a7f811 commit 90206e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guide/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Starting in 0.12.2, the `replace` option now defaults to `true`. This basically
259259

260260
> Whatever you put in the template will be what ends up rendered in the DOM.
261261
262-
So, if your template contains more than one top-level elements:
262+
So, if your template contains more than one top-level element:
263263

264264
``` js
265265
Vue.component('example', {

0 commit comments

Comments
 (0)