Skip to content

Commit

Permalink
Fix a typo in readme (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkogovsek authored Nov 18, 2024
1 parent 9b1d0f2 commit aad157d
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 @@ -467,7 +467,7 @@ createDocument({
});
```

Unfortunately, as a limitation of this library, you will need to attach an `.openapi()` field or `.describe()` to the schema that you are passing into the components or else you may not get the full power of the component generation. As a result, I recommend utilising the auto registering components over manual egistration.
Unfortunately, as a limitation of this library, you will need to attach an `.openapi()` field or `.describe()` to the schema that you are passing into the components or else you may not get the full power of the component generation. As a result, I recommend utilising the auto registering components over manual registration.

#### Parameters

Expand Down

0 comments on commit aad157d

Please sign in to comment.