Skip to content

Commit

Permalink
Update spelling in docs (#73)
Browse files Browse the repository at this point in the history
 Update wording, derive over synthetize
  • Loading branch information
msinton authored Jan 24, 2022
1 parent 3483800 commit d1fa1f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions modules/docs/src/01-overview/01-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ title: Intro
smithy4s is a tool that generates third-party-free, protocol-agnostic scala code from smithy specifications.

Smithy4s can be used to:
* quickly synthetise http/rest servers and clients
* synthetise pure-scala AWS clients
* synthetise CLI tools
* quickly derive http/rest servers and clients
* derive pure-scala AWS clients
* derive CLI tools
* and has the potential for much, much more!

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: The SimpleRestJson protocol

Smithy4s provides a custom Json-in/Json-out protocol that smithy services can be annotated with.

Smithy4s comes with opt-in http4s-specific module, that contains functions that are aware of this protocol, and can be used to quickly synthetise http services and clients.
Smithy4s comes with opt-in http4s-specific module, that contains functions that are aware of this protocol, and can be used to quickly derive http services and clients.

As for the json aspect of the protocol, [jsoniter-scala](https://github.com/plokhotnyuk/jsoniter-scala/) is used for the (de)serialisation of the http bodies.

Expand Down

0 comments on commit d1fa1f4

Please sign in to comment.