documentation: Fixes to command descriptions (#506)

Co-authored-by: Duncan Brown <duncan@prometheussoftware.ca>
Co-authored-by: Balloonpopper <balloonpopper@git.com>
This commit is contained in:
balloonpopper
2022-03-11 09:05:27 +11:00
committed by GitHub
parent 28e95cc687
commit 0a45140fad
56 changed files with 177 additions and 120 deletions

View File

@@ -10,7 +10,7 @@ signal say_finished
signal option_chosen(option)
# Check wether a specific type is supported by the
# Check whether a specific type is supported by the
# dialog plugin
#
# #### Parameters
@@ -20,7 +20,7 @@ func has_type(type: String) -> bool:
return false
# Check wether a specific chooser type is supported by the
# Check whether a specific chooser type is supported by the
# dialog plugin
#
# #### Parameters