Merge pull request #9025 from backstage/blam/fix-todo-plugin-readme

todos: fix typo in README.md
This commit is contained in:
Ben Lambert
2022-01-19 12:53:47 +01:00
committed by GitHub
3 changed files with 9 additions and 2 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
{
"currentReleaseVersion": {}
"currentReleaseVersion": {
"@backstage/plugin-todo": "0.1.19"
}
}
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-todo': patch
---
Apply fix from the 0.1.19 patch release
+1 -1
View File
@@ -89,7 +89,7 @@ Below are some examples of formats that are supported by default:
// FIXME Nobody knows why this is here
```
Note the trailing comments are not supported, the following TODO would not be listed:
Note that trailing comments are not supported, the following TODO would not be listed:
```ts
function reverse(str: string) {