Fix #20418 parens in docs for legacyPlugin
Signed-off-by: Richard Quintin <rquintin@vt.edu>
This commit is contained in:
@@ -1057,7 +1057,7 @@ const backend = createBackend();
|
||||
/* highlight-remove-next-line */
|
||||
backend.add(import('@backstage/plugin-auth-backend'));
|
||||
/* highlight-add-next-line */
|
||||
backend.add(legacyPlugin('auth'), import('./plugins/auth'));
|
||||
backend.add(legacyPlugin('auth', import('./plugins/auth')));
|
||||
|
||||
backend.start();
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user