From 34080e47ec1c732c43316d22f373a5ccf1a0c819 Mon Sep 17 00:00:00 2001 From: Ava Wroten Date: Tue, 3 Mar 2020 15:20:15 -0600 Subject: [PATCH] Swapped hbs for html to render properly --- 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 6faf0b0..f353ba7 100644 --- a/content/posts/ember-modifiers.md +++ b/content/posts/ember-modifiers.md @@ -32,7 +32,7 @@ ember install ember-modifier Below is an example for how to track the focus state of a DOM element. -```hbs +```html // my-component.hbs