Skip to content

Commit

Permalink
Fix Error
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdhilahiRWabwire committed Oct 11, 2024
1 parent ad0c01e commit ac9467d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/html_attributes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Attr readOnly = document.createAttribute('readonly');

Attr resourceRelationship = document.createAttribute('rel');

Attr required = document.createAttribute('required');
Attr requiredAttribute = document.createAttribute('required');

Attr size = document.createAttribute('size');

Expand Down

0 comments on commit ac9467d

Please sign in to comment.