From 7280669725d3c78eeb724b7c7fc62745bc127056 Mon Sep 17 00:00:00 2001 From: tim Date: Sat, 11 Jan 2025 20:21:50 -0500 Subject: [PATCH] Typo --- src/bonsai/bonsai/tool/blender.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bonsai/bonsai/tool/blender.py b/src/bonsai/bonsai/tool/blender.py index 587ee6392a..c0c2b34dc1 100644 --- a/src/bonsai/bonsai/tool/blender.py +++ b/src/bonsai/bonsai/tool/blender.py @@ -1423,7 +1423,7 @@ class Blender(bonsai.core.tool.Blender): @classmethod def detect_icon_color_mode(cls, key="RegularText", threshold=1.671): """ - Uses the color of text to determin if custom icons should be dark mode (dm) or light mode (mode). + Uses the color of text to determine if custom icons should be dark mode (dm) or light mode (mode). Args: key (str): The key representing the UI element (e.g., "RegularText").