fix: forgot an "r"

This commit is contained in:
Bram Dingelstad 2021-11-26 12:22:09 +01:00 committed by GitHub
parent e1f553b86d
commit 489c8a6363
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,7 +131,7 @@ It has several properties that you can change either in-editor or using GDScript
* command ( [String](https://docs.godotengine.org/en/lastest/classes/class_string.html#class-string) command )
Emitted when the dialogue executes a command. Use this signal to provide interactivity with you game world.
Emitted when the dialogue executes a command. Use this signal to provide interactivity with your game world.
### Property Descriptions
* [String](https://docs.godotengine.org/en/lastest/classes/class_string.html#class-string) path