Skip to content

Commit bab33c3

Browse files
maon-fpardatan
authored andcommitted
format(express.mdx): prettier
1 parent 5c192e5 commit bab33c3

File tree

1 file changed

+1
-1
lines changed
  • packages/web/docs/src/content/gateway/deployment/node-frameworks

1 file changed

+1
-1
lines changed

packages/web/docs/src/content/gateway/deployment/node-frameworks/express.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You need to pass imported `renderGraphiQL` to `createGatewayRuntime` like below:
4040
```ts filename="Render GraphiQL offline"
4141
import express from 'express'
4242
import { createGatewayRuntime } from '@graphql-hive/gateway-runtime'
43-
import { renderGraphiQL } from '@graphql-yoga/render-graphiql';
43+
import { renderGraphiQL } from '@graphql-yoga/render-graphiql'
4444

4545
const app = express()
4646

0 commit comments

Comments
 (0)