Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amorgun committed Nov 22, 2024
1 parent e092423 commit f47fb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def execute(self, context):


class DOW_OT_detach_object(bpy.types.Operator):
"""Detach the object from it's armature"""
"""Detach the object from its armature"""

bl_idname = 'object.dow_detach_object'
bl_label = 'Detach from armature'
Expand Down

0 comments on commit f47fb83

Please sign in to comment.