Skip to content

Commit

Permalink
Fix typo in new experimental Relay support docs (#33963)
Browse files Browse the repository at this point in the history
## Documentation / Examples

- [x] Make sure the linting passes by running `yarn lint`
  • Loading branch information
jord1e committed Feb 3, 2022
1 parent 4749014 commit 834546a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-features/compiler.md
Expand Up @@ -105,7 +105,7 @@ module.exports = {
relay: {
// This should match relay.config.js
src: './',
artifactDirectory: './__generated__'
artifactDirectory: './__generated__',
language: 'typescript',
},
},
Expand Down

0 comments on commit 834546a

Please sign in to comment.