Skip to content

Commit

Permalink
Merge pull request #19063 from emberjs/jenweber-patch-1
Browse files Browse the repository at this point in the history
[DOC release] fix missing docs for in-element
  • Loading branch information
rwjblue committed Jul 30, 2020
2 parents 71f6235 + 863cca5 commit 0b6b075
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions packages/@ember/-internals/glimmer/lib/syntax/in-element.ts
Expand Up @@ -30,8 +30,6 @@
`destinationElement`. Passing `null` changes the behaviour to appended at the end
of any existing content. Any other value than `null` is currently not supported.
```
@method in-element
@for Ember.Templates.helpers
@public
Expand Down
1 change: 1 addition & 0 deletions tests/docs/expected.js
Expand Up @@ -276,6 +276,7 @@ module.exports = {
'href',
'htmlSafe',
'if',
'in-element',
'includes',
'incrementProperty',
'indexOf',
Expand Down

0 comments on commit 0b6b075

Please sign in to comment.