From f0b2b25fd396732e6eb499144934d9ae50a9738d Mon Sep 17 00:00:00 2001 From: Preetham Pemmasani <75422607+ppmpreetham@users.noreply.github.com> Date: Sun, 27 Oct 2024 16:28:10 +0530 Subject: [PATCH] fix a spelling mistake pase -> paste --- preferences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preferences.py b/preferences.py index 3773433..3c2219b 100644 --- a/preferences.py +++ b/preferences.py @@ -25,4 +25,4 @@ class GeometryScriptPreferences(bpy.types.AddonPreferences): vscode.label(text=f"2. Search for 'Preferences: Open Settings (UI)'") vscode.label(text=f"3. Search for 'Python > Analysis: Extra Paths") vscode.label(text=f"4. Click 'Add Item'") - vscode.label(text=f"5. Pase the typeshed path from above") \ No newline at end of file + vscode.label(text=f"5. Paste the typeshed path from above")