From a48c4fcc9316fbfe52f8c50d3b2635c307a63390 Mon Sep 17 00:00:00 2001 From: Bruno Lesieur Date: Fri, 2 Jun 2017 17:02:36 +0200 Subject: [PATCH] Consitency for code and tick Signed-off-by: Bruno Lesieur --- en/hydration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/hydration.md b/en/hydration.md index 6a11574f..6f9d7f44 100644 --- a/en/hydration.md +++ b/en/hydration.md @@ -3,7 +3,7 @@ In `entry-client.js`, we are simply mounting the app with this line: ``` js -// this assumes App.vue template root element has id="app" +// this assumes App.vue template root element has `id="app"` app.$mount('#app') ```