diff --git a/.changeset/twenty-laws-tie.md b/.changeset/twenty-laws-tie.md index a1f9e88e57..02e6fca70c 100644 --- a/.changeset/twenty-laws-tie.md +++ b/.changeset/twenty-laws-tie.md @@ -2,4 +2,4 @@ '@backstage/plugin-catalog-backend': patch --- -Updated condition in resolveCodeOwner to fix a bug where normalizeCodeOwner could potentially be called with an invalid arg causing an error in CodeOwnersProcessor. +Updated condition in `resolveCodeOwner` to fix a bug where `normalizeCodeOwner` could potentially be called with an invalid argument causing an error in `CodeOwnersProcessor`