Skip to content

Commit d33be98

Browse files
docs: fix typos
1 parent 93fa83c commit d33be98

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
@@ -7,15 +7,15 @@ Currently supports two types of generation:
77
* [Tesla](https://hexdocs.pm/tesla/readme.html) - Generates a module with a Tesla client.
88
* [Req](https://hexdocs.pm/req/readme.html) - Generates a module using Req.
99

10-
By default we're using Jason for encoding and decoding of strucs
10+
By default we're using Jason for encoding and decoding of structs
1111

1212
Does not require you to install extra dependencies as we're using
1313

1414
## Roadmap
1515

1616
- [ ] Support YAML specification parsing
1717
- [ ] Support Inheritance and Polymorphism
18-
- [ ] Add typespecs to generated Strucs
18+
- [ ] Add typespecs to generated Structs
1919
- [ ] Add typespecs to Client
2020
- [ ] Generate tests for Client
2121

0 commit comments

Comments
 (0)