diff --git a/docs/input/prompts/text.md b/docs/input/prompts/text.md index 1c75b551..ead45a70 100644 --- a/docs/input/prompts/text.md +++ b/docs/input/prompts/text.md @@ -197,7 +197,7 @@ Console.WriteLine($"Your password is {password}"); ### Usage ```csharp -// Ask the user to enter the password +// Ask for the user's favorite color (optional) var color = AnsiConsole.Prompt( new TextPrompt("[[Optional]] Favorite color?") .AllowEmpty());