Skip to content

Commit

Permalink
Update README.md - added missing end of line (#2755)
Browse files Browse the repository at this point in the history
* Update README.md - added missing end of line

Signed-off-by: Itai Nathaniel <[email protected]>

* Create good-squids-double.md

Signed-off-by: Itai Nathaniel <[email protected]>

* adding a patch

Signed-off-by: Itai Nathaniel <[email protected]>

---------

Signed-off-by: Itai Nathaniel <[email protected]>
  • Loading branch information
itainathaniel authored Feb 2, 2025
1 parent e1addb9 commit 34a5da7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions workspaces/shortcuts/.changeset/lazy-birds-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage-community/plugin-shortcuts': patch
---

Fixed code example in the README.md file where a code line was lacking an apostrophe and a semicolon
2 changes: 1 addition & 1 deletion workspaces/shortcuts/plugins/shortcuts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const app = createApp({
Or simply edit `App.tsx` with:

```diff
+ import { shortcutsPlugin } from '@backstage-community/plugin-shortcuts
+ import { shortcutsPlugin } from '@backstage-community/plugin-shortcuts';

const app = createApp({
apis,
Expand Down

0 comments on commit 34a5da7

Please sign in to comment.