Skip to content

Commit

Permalink
Merge pull request #142 from pbuckley/pb/minor-typo-schemas
Browse files Browse the repository at this point in the history
very minor typo in readme: schamas -> schemas
  • Loading branch information
exoego authored Nov 2, 2023
2 parents a28c29e + 2fb1069 commit 2824f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/User"
# Note) #/components/schamas is not needed to be defined.
# Note) #/components/schemas is not needed to be defined.
```

3. Then, re-run rspec-openapi. It will generate `#/components/schemas` with the referenced schema (`User` for example) newly-generated or updated.
Expand Down

0 comments on commit 2824f5d

Please sign in to comment.