diff --git a/aio/tools/transforms/angular-base-package/inline-tag-defs/custom-search-defs/index.js b/aio/tools/transforms/angular-base-package/inline-tag-defs/custom-search-defs/index.js index 048853a370..8961d4de1b 100644 --- a/aio/tools/transforms/angular-base-package/inline-tag-defs/custom-search-defs/index.js +++ b/aio/tools/transforms/angular-base-package/inline-tag-defs/custom-search-defs/index.js @@ -1,9 +1,9 @@ module.exports = { name: 'searchKeywords', - description: 'A shorthand for creating elements with search terms. Usage: `{@searchKeywords term1 term2 termN }`', + description: + 'A shorthand for creating elements with search terms. Usage: `{@searchKeywords term1 term2 termN }`', handler: function(doc, tagName, tagDescription) { doc.searchKeywords = tagDescription; - return doc; + return ''; } }; - \ No newline at end of file