From 7a7f811556ce704774a4854ec385425e6e0dfd5c Mon Sep 17 00:00:00 2001 From: Mark Tinsley Date: Mon, 21 Sep 2015 21:33:08 -0500 Subject: [PATCH] Tiny fix --- source/guide/best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guide/best-practices.md b/source/guide/best-practices.md index 91859a7b57..e8e3bcac9b 100644 --- a/source/guide/best-practices.md +++ b/source/guide/best-practices.md @@ -259,7 +259,7 @@ Starting in 0.12.2, the `replace` option now defaults to `true`. This basically > Whatever you put in the template will be what ends up rendered in the DOM. -So, if your template contains more than one top-level elements: +So, if your template contains more than one top-level element: ``` js Vue.component('example', {