chore: fix clerical error on docs

This commit is contained in:
Dennis Thompson 2025-08-17 21:48:46 -07:00
parent 26307f26ad
commit e6352d13b6

View File

@ -64,7 +64,7 @@ for (const tool of filteredTools) {
} }
``` ```
you can also provide a `OpenAPIV3.Document` do the parser: you can also provide a `OpenAPIV3.Document` to the parser:
```typescript ```typescript
import { parser } from '@readme/openapi-parser'; import { parser } from '@readme/openapi-parser';