Skip to content

Commit 2c50b49

Browse files
authored
Fix typo in ICssParser.cs
Change "containg" to "containing"
1 parent 417111d commit 2c50b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AngleSharp.Css/Parser/ICssParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public interface ICssParser : IParser
6868
/// <summary>
6969
/// Parses a CSS stylesheet from hosting stylesheet asynchronously.
7070
/// </summary>
71-
/// <param name="sheet">The stylesheet containg the URL reference.</param>
71+
/// <param name="sheet">The stylesheet containing the URL reference.</param>
7272
/// <param name="cancelToken">Token to support cancellation.</param>
7373
/// <returns>The task yielding the finished stylesheet.</returns>
7474
Task<ICssStyleSheet> ParseStyleSheetAsync(ICssStyleSheet sheet, CancellationToken cancelToken);

0 commit comments

Comments
 (0)