Skip to content

Commit

Permalink
Fix Spelling Mistake in Documentation. (dialogic-godot#2470)
Browse files Browse the repository at this point in the history
  • Loading branch information
rberends authored Nov 11, 2024
1 parent deded63 commit 98a38ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/dialogic/Resources/event.gd
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ func build_event_editor() -> void:
## @left_text: Text that will be shown to the left of the field
## @right_text: Text that will be shown to the right of the field
## @extra_info: Allows passing a lot more info to the field.
## What info can be passed is differnet for every field
## What info can be passed is different for every field

func add_header_label(text:String, condition:= "") -> void:
editor_list.append({
Expand Down

0 comments on commit 98a38ce

Please sign in to comment.