diff --git a/.github/instructions/generic/ember_hbs.instructions.md b/.github/instructions/generic/ember_hbs.instructions.md index da67c4a51f..dcbff91e28 100644 --- a/.github/instructions/generic/ember_hbs.instructions.md +++ b/.github/instructions/generic/ember_hbs.instructions.md @@ -11,7 +11,7 @@ This document provides Handlebars template coding standards for HashiCorp Ember. ## Template Best Practices - Check truthiness of arrays directly instead of using `.length` property -- Use string interpolation `"prefix/{{value}}"` instead of `{{concat}}` helper +- Use string interpolation `"prefix/{{value}}"` instead of `{{concat}}` helper - Remove unnecessary quotes around dynamic component arguments - Use `Hds::Link::Inline` for external documentation links instead of `