We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417111d commit 2c50b49Copy full SHA for 2c50b49
src/AngleSharp.Css/Parser/ICssParser.cs
@@ -68,7 +68,7 @@ public interface ICssParser : IParser
68
/// <summary>
69
/// Parses a CSS stylesheet from hosting stylesheet asynchronously.
70
/// </summary>
71
- /// <param name="sheet">The stylesheet containg the URL reference.</param>
+ /// <param name="sheet">The stylesheet containing the URL reference.</param>
72
/// <param name="cancelToken">Token to support cancellation.</param>
73
/// <returns>The task yielding the finished stylesheet.</returns>
74
Task<ICssStyleSheet> ParseStyleSheetAsync(ICssStyleSheet sheet, CancellationToken cancelToken);
0 commit comments