chore(docs): fix typo in nexus framework migration guide (#526)

This commit is contained in:
Valentin Palkovic 2020-10-20 17:09:16 +02:00 committed by GitHub
parent 8cea40a890
commit 69af9324a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ Nexus Framework has some builtin logging functionality. You can approximate it a
}
Nexus.makeSchema({
typegenAutoconfig: {
typegenAutoConfig: {
sources: [{ source: __filename, alias: 'ContextModule' }]
contextType: 'ContextModule.Context',
},