Skip to content

Commit cfd4dc7

Browse files
UrigoEmrysMyrddin
andauthored
Fix formatting of new line (#3313)
Co-authored-by: Valentin Cocaud <[email protected]>
1 parent d5dfe99 commit cfd4dc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/pages/tutorial/basic/02-getting-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,8 @@ Here are a few popular open-source libraries:
371371
- [`graphql`](https://graphql.org/graphql-js/type) - you can use raw `graphql` using object classes
372372
to create your schema
373373
- [`@graphql-tools/schema`](https://graphql-tools.com/docs/generate-schema) - schema-first library
374-
for creating executable schemas (it is re-exported from `graphql-yoga` for convenience) =
375-
[`grats`](https://github.com/captbaritone/grats) - library for creating GraphQL schemas from
374+
for creating executable schemas (it is re-exported from `graphql-yoga` for convenience)
375+
- [`grats`](https://github.com/captbaritone/grats) - library for creating GraphQL schemas from
376376
TypeScript code annotated with comments.
377377
- [`pothos`](https://github.com/hayes/pothos) - library for creating GraphQL schemas in typescript
378378
using a strongly typed code first approach and a built-in plugin system

0 commit comments

Comments
 (0)