diff --git a/docs/content/concepts/webserver/graphql.mdx b/docs/content/concepts/webserver/graphql.mdx index a5f765e33275a..094aa61bbc502 100644 --- a/docs/content/concepts/webserver/graphql.mdx +++ b/docs/content/concepts/webserver/graphql.mdx @@ -28,7 +28,7 @@ The GraphQL API is served from the webserver. To start the server, run the follo dagster dev ``` -The webserver serves the GraphQL endpoint at the `/graphql` endpoint. If you are running the webserver locally on port 3000, you can access the API at . +The webserver serves the GraphQL endpoint at the `/graphql` endpoint. If you are running the webserver locally on port 3000, you can access the API at . ### Using the GraphQL playground