Skip to content

Commit

Permalink
Fix typo in CssParserExtensions.cs
Browse files Browse the repository at this point in the history
Change "containg" to "containing"
  • Loading branch information
ericmutta authored Nov 25, 2021
1 parent 7255b50 commit 4b99407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AngleSharp.Css/Parser/CssParserExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static class CssParserExtensions
/// Parses a CSS stylesheet from hosting stylesheet asynchronously.
/// </summary>
/// <param name="parser">The parser to extend.</param>
/// <param name="sheet">The stylesheet containg the URL reference.</param>
/// <param name="sheet">The stylesheet containing the URL reference.</param>
/// <returns>The task yielding the finished stylesheet.</returns>
public static Task<ICssStyleSheet> ParseStyleSheetAsync(this ICssParser parser, ICssStyleSheet sheet) => parser.ParseStyleSheetAsync(sheet, CancellationToken.None);
}
Expand Down

0 comments on commit 4b99407

Please sign in to comment.