Skip to content

Commit

Permalink
Fix typo assocaited => associated
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh authored Apr 9, 2024
1 parent cfe7acb commit 3c304b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/docs/markdown/05-design/02-schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ structure metadata {
integer MyInt
```

When processing this Smithy model, Smithy4s renders a `case class Metadata(description: String)`, with an assocaited `ShapeTag[Metadata]` instance, and the following expression in the companion object of `MyInt`:
When processing this Smithy model, Smithy4s renders a `case class Metadata(description: String)`, with an associated `ShapeTag[Metadata]` instance, and the following expression in the companion object of `MyInt`:

```scala
val hints = Hints(
Expand Down

0 comments on commit 3c304b4

Please sign in to comment.