Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor @siteimprove/alfa-media #1542

Merged
merged 16 commits into from
Jan 2, 2024
2 changes: 1 addition & 1 deletion docs/review/api/alfa-dom.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ export namespace SupportsRule {
// @internal (undocumented)
export function fromSupportsRule(json: JSON): Trampoline<SupportsRule>;
// (undocumented)
export function isSupportsRue(value: unknown): value is SupportsRule;
export function isSupportsRule(value: unknown): value is SupportsRule;
// (undocumented)
export interface JSON extends ConditionRule.JSON<"supports"> {
}
Expand Down
Loading