Skip to content

Commit d84e565

Browse files
committed
Missing “is”!
1 parent 8cc5e48 commit d84e565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/5.x/development/graphql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Craft sets an `access-control-allow-origin: *` header by default on GraphQL resp
7777

7878
### CURL
7979

80-
Assuming your project lives at `https://my-project.ddev.site` and your [route](#create-a-graphql-route) was configured like the example above, you can confirm the [public schema](#define-your-schemas) working by sending a `{ping}` query to it:
80+
Assuming your project lives at `https://my-project.ddev.site` and your [route](#create-a-graphql-route) was configured like the example above, you can confirm the [public schema](#define-your-schemas) is working by sending a `{ping}` query to it:
8181

8282
```bash
8383
curl -H "Content-Type: application/graphql" -d '{ping}' https://my-project.ddev.site/api

0 commit comments

Comments
 (0)