From f5a2735501f1fbb2073d46e1c56cbe0d570b8bfc Mon Sep 17 00:00:00 2001
From: GitHubPang <61439577+GitHubPang@users.noreply.github.com>
Date: Sat, 30 Oct 2021 03:12:01 +0800
Subject: [PATCH] Fix a typo in code comment (#579)
---
src/Spectre.Console/Prompts/TextPromptExtensions.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Spectre.Console/Prompts/TextPromptExtensions.cs b/src/Spectre.Console/Prompts/TextPromptExtensions.cs
index d60af3d..a4bf577 100644
--- a/src/Spectre.Console/Prompts/TextPromptExtensions.cs
+++ b/src/Spectre.Console/Prompts/TextPromptExtensions.cs
@@ -275,7 +275,7 @@ namespace Spectre.Console
}
///
- /// Replaces prompt user input with asterixes in the console.
+ /// Replaces prompt user input with asterisks in the console.
///
/// The prompt type.
/// The prompt.