Skip to content

Commit

Permalink
add missing parentheses (#454)
Browse files Browse the repository at this point in the history
add missing parentheses
  • Loading branch information
rwjblue authored Oct 17, 2019
2 parents 38a40af + c1fea79 commit 4a48a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ember/v3/component-is-visible.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` }}
Expand Down

0 comments on commit 4a48a0e

Please sign in to comment.