Skip to content

Commit

Permalink
docs: fix typo in documentation (#1113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cornul11 authored Nov 26, 2024
1 parent e11b1df commit 25525d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getting-started/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Unlike Parcel 1, your Babel config overrides the default in Parcel 2 rather than

### Importing GraphQL

When import GraphQL files (`.gql`), imports are still resolved/inlined (using `graphql-import-macro`), but you now get the processed GraphQL query as a string instead of an Apollo AST.
When importing GraphQL files (`.gql`), imports are still resolved/inlined (using `graphql-import-macro`), but you now get the processed GraphQL query as a string instead of an Apollo AST.

{% migration %}
{% samplefile "DataComponent.js" %}
Expand Down

0 comments on commit 25525d9

Please sign in to comment.