diff --git a/.changeset/giant-suits-switch.md b/.changeset/giant-suits-switch.md index bf2724c2a5..77d0e62c73 100644 --- a/.changeset/giant-suits-switch.md +++ b/.changeset/giant-suits-switch.md @@ -2,4 +2,4 @@ '@backstage/plugin-azure-devops-backend': patch --- -Fixed bug with `extractPartsFromAsset` (used by the README card feature) that resulted in a leading "." being removed from the path in an otherwise valid path (ex. ".assets/image.png"). The leading "." will now only be moved for paths beginning with "./". +Fixed bug with `extractPartsFromAsset` that resulted in a leading `.` being removed from the path in an otherwise valid path (ex. `.assets/image.png`). The leading `.` will now only be moved for paths beginning with `./`.