Skip to content

Commit aad157d

Browse files
authored
Fix a typo in readme (#367)
1 parent 9b1d0f2 commit aad157d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ createDocument({
467467
});
468468
```
469469

470-
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.
470+
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.
471471

472472
#### Parameters
473473

0 commit comments

Comments
 (0)