docs: Fixed typos in the Sisyphus documentation

This commit is contained in:
2026-02-16 14:05:51 -07:00
parent 88a9a7709f
commit 1f127ee990
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ search_content() {
fi
}
# @cmd Ask the user to select ONE option from a list. The first option should be your recommended choice append '(Recommended)' to its label. Returns the selected option's label text.
# @cmd Ask the user to select ONE option from a list. The first option should be your recommended choice; append '(Recommended)' to its label. Returns the selected option's label text.
# @option --question! The question to present to the user
# @option --options+ The list of options to present (first option = recommended, append '(Recommended)' to its label)
ask_user() {