Merge pull request #9025 from backstage/blam/fix-todo-plugin-readme
todos: fix typo in README.md
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
{
|
||||
"currentReleaseVersion": {}
|
||||
"currentReleaseVersion": {
|
||||
"@backstage/plugin-todo": "0.1.19"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-todo': patch
|
||||
---
|
||||
|
||||
Apply fix from the 0.1.19 patch release
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user