Skip to content

Commit

Permalink
Fix a typo in code comment (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHubPang authored Oct 29, 2021
1 parent d02c9e5 commit f5a2735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spectre.Console/Prompts/TextPromptExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ public static TextPrompt<T> AddChoices<T>(this TextPrompt<T> obj, IEnumerable<T>
}

/// <summary>
/// Replaces prompt user input with asterixes in the console.
/// Replaces prompt user input with asterisks in the console.
/// </summary>
/// <typeparam name="T">The prompt type.</typeparam>
/// <param name="obj">The prompt.</param>
Expand Down

0 comments on commit f5a2735

Please sign in to comment.