Skip to content

Commit 163f64b

Browse files
committed
Fix a couple of typos in the README
1 parent 0cba25a commit 163f64b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ GraphQLJavaGen.new(schema,
8989
).save_granular("#{Dir.pwd}/../MyApp/src/main/java/com/example/MyApp/")
9090
```
9191

92-
When using the granular option, the `com.example.MyApp` package wil contain many small
92+
When using the granular option, the `com.example.MyApp` package will contain many small
9393
class files each containing a single GraphQL schema entity.
9494

9595
### Generated code
9696

97-
Regarless of whether you use the monolith or granular schema generator, the usage is largely the same.
97+
Regardless of whether you use the monolith or granular schema generator, the usage is largely the same.
9898
The only difference depends on whether you access the schema entities directly from the provided package
9999
or as nested, static classes on the `ExampleSchema` class.
100100

0 commit comments

Comments
 (0)