From ec7b0fefbd4b91f04a43165a7a81253e01849f17 Mon Sep 17 00:00:00 2001 From: Ken Geis Date: Thu, 6 Mar 2025 16:11:42 -0800 Subject: [PATCH] =?UTF-8?q?fix=20tools=20typo=20(withing=E2=86=92within)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/features/plugin/tools/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/plugin/tools/index.mdx b/docs/features/plugin/tools/index.mdx index 3b63016..2ee0e14 100644 --- a/docs/features/plugin/tools/index.mdx +++ b/docs/features/plugin/tools/index.mdx @@ -68,7 +68,7 @@ licence: MIT ### Tools Class -Tools have to be defined as methods withing a class called `Tools`, with optional subclasses called `Valves` and `UserValves`, for example: +Tools have to be defined as methods within a class called `Tools`, with optional subclasses called `Valves` and `UserValves`, for example: ```python class Tools: