Skip to content

Commit fd030f6

Browse files
authored
Add Dash to improve readability
Replace A with lowercase a
1 parent 8e9fedc commit fd030f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/code/index.html.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ Code that executes a hello world GraphQL query with \`graphql-clj\`:
127127
128128
#### [gorm-graphql](https://github.com/grails/gorm-graphql/)
129129
130-
**Core Library** The GORM GraphQL library provides functionality to generate a GraphQL schema based on your GORM entities. In addition to mapping domain classes to a GraphQL schema, the core library also provides default implementations of "data fetchers" to query, update, and delete data through executions of the schema.
130+
**Core Library** - The GORM GraphQL library provides functionality to generate a GraphQL schema based on your GORM entities. In addition to mapping domain classes to a GraphQL schema, the core library also provides default implementations of "data fetchers" to query, update, and delete data through executions of the schema.
131131
132-
**Grails Plugin** In a addition to the Core Library, the GORM GraphQL Grails Plugin:
132+
**Grails Plugin** - In a addition to the Core Library, the GORM GraphQL Grails Plugin:
133133
134-
- Provides A controller to receive and respond to GraphQL requests through HTTP, based on their guidelines.
134+
- Provides a controller to receive and respond to GraphQL requests through HTTP, based on their guidelines.
135135
- Generates the schema at startup with spring bean configuration to make it easy to extend.
136136
- Includes a [GraphiQL](https://github.com/graphql/graphiql) browser enabled by default in development. The browser is accessible at /graphql/browser.
137137
- Overrides the default data binder to use the data binding provided by Grails

0 commit comments

Comments
 (0)