Skip to content

Commit 4b99407

Browse files
authored
Fix typo in CssParserExtensions.cs
Change "containg" to "containing"
1 parent 7255b50 commit 4b99407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AngleSharp.Css/Parser/CssParserExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static class CssParserExtensions
3131
/// Parses a CSS stylesheet from hosting stylesheet asynchronously.
3232
/// </summary>
3333
/// <param name="parser">The parser to extend.</param>
34-
/// <param name="sheet">The stylesheet containg the URL reference.</param>
34+
/// <param name="sheet">The stylesheet containing the URL reference.</param>
3535
/// <returns>The task yielding the finished stylesheet.</returns>
3636
public static Task<ICssStyleSheet> ParseStyleSheetAsync(this ICssParser parser, ICssStyleSheet sheet) => parser.ParseStyleSheetAsync(sheet, CancellationToken.None);
3737
}

0 commit comments

Comments
 (0)