diff --git a/content/ember/v3/component-is-visible.md b/content/ember/v3/component-is-visible.md index 9caf0a9f..a5a0fb5e 100644 --- a/content/ember/v3/component-is-visible.md +++ b/content/ember/v3/component-is-visible.md @@ -7,7 +7,7 @@ since: '3.15' We are deprecating usage of the `isVisible` in classic components in accordance with [RFC #324](https://github.com/emberjs/rfcs/blob/master/text/0324-deprecate-component-isvisible.md). -Instead of setting the `isVisible` property on classic components, consider either using a wrapping `{{#if}}` or the [`hidden` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden: +Instead of setting the `isVisible` property on classic components, consider either using a wrapping `{{#if}}` or the [`hidden` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden): ```hbs {{! wrapping `if` }}