From e6352d13b68d9056443b783d3aaf96115eae0f6d Mon Sep 17 00:00:00 2001 From: Dennis Thompson Date: Sun, 17 Aug 2025 21:48:46 -0700 Subject: [PATCH] chore: fix clerical error on docs --- PROGRAMMATIC_API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROGRAMMATIC_API.md b/PROGRAMMATIC_API.md index c8a16b2..90bbd4c 100644 --- a/PROGRAMMATIC_API.md +++ b/PROGRAMMATIC_API.md @@ -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 import { parser } from '@readme/openapi-parser';