diff --git a/packages/@ember/-internals/glimmer/lib/syntax/in-element.ts b/packages/@ember/-internals/glimmer/lib/syntax/in-element.ts index d0d25fad539..70c36a157b6 100644 --- a/packages/@ember/-internals/glimmer/lib/syntax/in-element.ts +++ b/packages/@ember/-internals/glimmer/lib/syntax/in-element.ts @@ -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 diff --git a/tests/docs/expected.js b/tests/docs/expected.js index 9c0b522a6d0..037ec0a9b03 100644 --- a/tests/docs/expected.js +++ b/tests/docs/expected.js @@ -276,6 +276,7 @@ module.exports = { 'href', 'htmlSafe', 'if', + 'in-element', 'includes', 'incrementProperty', 'indexOf',