Backticks

Signed-off-by: Tim Hansen <timbonicus@gmail.com>
This commit is contained in:
Tim Hansen
2021-03-26 11:22:38 -06:00
parent f07848c770
commit f5f61e659e
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -52,8 +52,8 @@ The Google provider is a structure with two configuration keys:
## Adding the provider to the Backstage frontend
To add the provider to the frontend, add the googleAuthApi reference and
SignInPage component to `createApp` in `packages/app/src/App.tsx`:
To add the provider to the frontend, add the `googleAuthApi` reference and
`SignInPage` component to `createApp` in `packages/app/src/App.tsx`:
```diff
+ import { googleAuthApiRef, SignInConfig, SignInPage } from '@backstage/core';