From f829bab424ae9430a6334303c4cc8f9d76bd0d6f Mon Sep 17 00:00:00 2001 From: Ava Wroten Date: Tue, 3 Mar 2020 15:21:38 -0600 Subject: [PATCH] Swapped hbs comment style --- content/posts/ember-modifiers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/posts/ember-modifiers.md b/content/posts/ember-modifiers.md index f353ba7..24bf4ff 100644 --- a/content/posts/ember-modifiers.md +++ b/content/posts/ember-modifiers.md @@ -33,7 +33,7 @@ ember install ember-modifier Below is an example for how to track the focus state of a DOM element. ```html -// my-component.hbs +{{!-- my-component.hbs --}}