Skip to content

Commit

Permalink
very minor typo in readme: schamas -> schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
pbuckley committed Oct 23, 2023
1 parent 861a8c6 commit 2fb1069
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 2fb1069

Please sign in to comment.