Skip to content

Commit 9651e83

Browse files
committed
fix linter error on NextJS
1 parent ebb35a7 commit 9651e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: admin/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const App = () => (
8080
);
8181
```
8282

83-
**Tip:** If you don't want to hardcode the API URL, you can use an environment variable (see [ViteJS](https://vite.dev/guide/env-and-mode) or [NextJS](https://nextjs.org/docs/pages/building-your-application/configuring/environment-variables) docs).
83+
**Tip:** If you don't want to hardcode the API URL, you can use an environment variable (see [Vite.js](https://vite.dev/guide/env-and-mode) or [Next.js](https://nextjs.org/docs/pages/building-your-application/configuring/environment-variables) docs).
8484

8585
Your new administration interface is ready! `OpenApiAdmin` will automatically fetch the Hydra documentation of your API and generate CRUD pages for all the resources it exposes.
8686

0 commit comments

Comments
 (0)