Fix typos in code comments

This commit is contained in:
GitHubPang
2021-09-14 07:52:08 +08:00
committed by Phil Scott
parent c3510f3036
commit d34012cad0
10 changed files with 11 additions and 11 deletions

View File

@@ -29,7 +29,7 @@ namespace Spectre.Console
public string? Link { get; }
/// <summary>
/// Gets an <see cref="Style"/> with the
/// Gets a <see cref="Style"/> with the
/// default colors and without text decoration.
/// </summary>
public static Style Plain { get; } = new Style();