Skip to content

Commit 2b77a4e

Browse files
Update content/graphql/cli-plugin.md
Co-Authored-By: John Biundo <[email protected]>
1 parent d4c1928 commit 2b77a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/graphql/cli-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class Author {
3838

3939
While not a significant issue with medium-sized projects, it becomes verbose & hard to maintain once you have a large set of classes.
4040

41-
Now, with the GraphQL plugin enabled, the above class definition can be declared simply:
41+
By enabling the GraphQL plugin, the above class definition can be declared simply:
4242

4343
```typescript
4444
@@filename(authors/models/author.model)

0 commit comments

Comments
 (0)