Skip to content

Commit

Permalink
fix(docs): syntax in apollo-angular additionalDI code example. (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
salticus committed Apr 24, 2024
1 parent 843e02f commit 9a472bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/typescript/apollo-angular/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export interface ApolloAngularRawPluginConfig extends RawClientSideBasePluginCon
* 'path/to/file': {
* plugins: ['apollo-angular'],
* config: {
* additionalDI: ['testService: TestService', 'testService1': TestService1']
* additionalDI: ['testService: TestService', 'testService1: TestService1']
* },
* },
* },
Expand Down

0 comments on commit 9a472bf

Please sign in to comment.