diff --git a/.changeset/sharp-years-drive.md b/.changeset/sharp-years-drive.md index 39220e4d69..92ade2b972 100644 --- a/.changeset/sharp-years-drive.md +++ b/.changeset/sharp-years-drive.md @@ -2,4 +2,4 @@ '@backstage/plugin-search-backend-module-catalog': patch --- -Modified the logic for generating the location URL by encoding the entity property values with encodeURIComponent. This enhancement improves the safety and reliability of the URL. +Modified the logic for generating the location URL by encoding the entity property values with `encodeURIComponent`. This enhancement improves the safety and reliability of the URL.