From ec7b0fefbd4b91f04a43165a7a81253e01849f17 Mon Sep 17 00:00:00 2001 From: Ken Geis Date: Thu, 6 Mar 2025 16:11:42 -0800 Subject: [PATCH 1/3] =?UTF-8?q?fix=20tools=20typo=20(withing=E2=86=92withi?= =?UTF-8?q?n)?= 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 3b630168..2ee0e14d 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: From 55580e3d96e7819f52af858bee7581fc4dfe9ef1 Mon Sep 17 00:00:00 2001 From: Ken Geis Date: Thu, 6 Mar 2025 16:14:30 -0800 Subject: [PATCH 2/3] =?UTF-8?q?fix=20typo(numberical=E2=86=92numerical)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/features/plugin/functions/tab-shared/Common.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/plugin/functions/tab-shared/Common.md b/docs/features/plugin/functions/tab-shared/Common.md index 2679e6d5..7769fa64 100644 --- a/docs/features/plugin/functions/tab-shared/Common.md +++ b/docs/features/plugin/functions/tab-shared/Common.md @@ -16,7 +16,7 @@ Valves are configurable by admins alone and UserValves are configurable by any u default=0, description="Priority level for the filter operations." ) test_valve: int = Field( - default=4, description="A valve controlling a numberical value" + default=4, description="A valve controlling a numerical value" ) pass From 20cf658bd9f713ca0bcf0a4054927cfd8577fd92 Mon Sep 17 00:00:00 2001 From: Ken Geis Date: Thu, 6 Mar 2025 16:15:08 -0800 Subject: [PATCH 3/3] =?UTF-8?q?fix=20typo(numberical=E2=86=92numerical)?= 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 3b630168..4f58b42e 100644 --- a/docs/features/plugin/tools/index.mdx +++ b/docs/features/plugin/tools/index.mdx @@ -109,7 +109,7 @@ Valves are configurable by admins alone and UserValves are configurable by any u default=0, description="Priority level for the filter operations." ) test_valve: int = Field( - default=4, description="A valve controlling a numberical value" + default=4, description="A valve controlling a numerical value" ) pass