Skip to content

Commit

Permalink
Run yarn extract again
Browse files Browse the repository at this point in the history
  • Loading branch information
srnjcbsn committed Nov 28, 2024
1 parent 4bcaf87 commit 4701841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/review/api/alfa-aria.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export namespace DOM {

// @public (undocumented)
export class Element extends Node<"element"> {
allowedAttributes(): readonly Attribute.Name[];
allowedAttributes(): ReadonlyArray<Attribute.Name>;
// (undocumented)
attribute<N extends Attribute.Name>(refinement: Refinement<Attribute, Attribute<N>>): Option<Attribute<N>>;
// (undocumented)
Expand Down

0 comments on commit 4701841

Please sign in to comment.