From 41488b8c8e29b1909b0a3c0b3383443fa46e84bd Mon Sep 17 00:00:00 2001 From: Sam Van Campenhout Date: Mon, 24 May 2021 20:55:05 +0200 Subject: [PATCH] [DOC] Link the `templateOnly` docs to the correct package This makes sure the `templateOnly` documentation appears in the right place. --- packages/@ember/component/template-only.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/@ember/component/template-only.ts b/packages/@ember/component/template-only.ts index 4fda1e66fe8..509390074fb 100644 --- a/packages/@ember/component/template-only.ts +++ b/packages/@ember/component/template-only.ts @@ -23,8 +23,10 @@ ``` @public + @static @method templateOnly @param {String} moduleName the module name that the template only component represents, this will be used for debugging purposes + @for @ember/component/template-only @category EMBER_GLIMMER_SET_COMPONENT_TEMPLATE */ export { templateOnlyComponent as default } from '@glimmer/runtime';