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")