diff --git a/website/src/docs/hotchocolate/v12/defining-a-schema/scalars.md b/website/src/docs/hotchocolate/v12/defining-a-schema/scalars.md index e169b7a980d..3d6ad781b79 100644 --- a/website/src/docs/hotchocolate/v12/defining-a-schema/scalars.md +++ b/website/src/docs/hotchocolate/v12/defining-a-schema/scalars.md @@ -174,7 +174,7 @@ Notice how our code uses `int` for the `Id`, but in a request / response it woul # GraphQL Community Scalars -The website hosts specifications for GraphQL scalars defined by the community. The community scalars use the `@specifiedBy` directive to point to the spec that is implemented. +The website hosts specifications for GraphQL scalars defined by the community. The community scalars use the `@specifiedBy` directive to point to the spec that is implemented. ```sdl scalar UUID @specifiedBy(url: "https://tools.ietf.org/html/rfc4122") diff --git a/website/src/docs/hotchocolate/v13/defining-a-schema/scalars.md b/website/src/docs/hotchocolate/v13/defining-a-schema/scalars.md index 3b742c1c88c..49ae36370e6 100644 --- a/website/src/docs/hotchocolate/v13/defining-a-schema/scalars.md +++ b/website/src/docs/hotchocolate/v13/defining-a-schema/scalars.md @@ -174,7 +174,7 @@ Notice how our code uses `int` for the `Id`, but in a request / response it woul # GraphQL Community Scalars -The website hosts specifications for GraphQL scalars defined by the community. The community scalars use the `@specifiedBy` directive to point to the spec that is implemented. +The website hosts specifications for GraphQL scalars defined by the community. The community scalars use the `@specifiedBy` directive to point to the spec that is implemented. ```sdl scalar UUID @specifiedBy(url: "https://tools.ietf.org/html/rfc4122") diff --git a/website/src/docs/hotchocolate/v14/defining-a-schema/scalars.md b/website/src/docs/hotchocolate/v14/defining-a-schema/scalars.md index d48779a4644..57d0e541f00 100644 --- a/website/src/docs/hotchocolate/v14/defining-a-schema/scalars.md +++ b/website/src/docs/hotchocolate/v14/defining-a-schema/scalars.md @@ -170,7 +170,7 @@ Notice how our code uses `int` for the `Id`, but in a request / response it woul # GraphQL Community Scalars -The website hosts specifications for GraphQL scalars defined by the community. The community scalars use the `@specifiedBy` directive to point to the spec that is implemented. +The website hosts specifications for GraphQL scalars defined by the community. The community scalars use the `@specifiedBy` directive to point to the spec that is implemented. ```sdl scalar UUID @specifiedBy(url: "https://tools.ietf.org/html/rfc4122") diff --git a/website/src/docs/hotchocolate/v15/defining-a-schema/scalars.md b/website/src/docs/hotchocolate/v15/defining-a-schema/scalars.md index f7fa7a24882..f9c9abc8bf3 100644 --- a/website/src/docs/hotchocolate/v15/defining-a-schema/scalars.md +++ b/website/src/docs/hotchocolate/v15/defining-a-schema/scalars.md @@ -170,7 +170,7 @@ Notice how our code uses `int` for the `Id`, but in a request / response it woul # GraphQL Community Scalars -The website hosts specifications for GraphQL scalars defined by the community. The community scalars use the `@specifiedBy` directive to point to the spec that is implemented. +The website hosts specifications for GraphQL scalars defined by the community. The community scalars use the `@specifiedBy` directive to point to the spec that is implemented. ```sdl scalar UUID @specifiedBy(url: "https://tools.ietf.org/html/rfc4122")