Skip to content

Commit 5b6ea41

Browse files
committed
Apply fixed Coderabbitai review.
1 parent 1b5261c commit 5b6ea41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Global/HasAria.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @method static remove(mixed[] &$attributes, string|UnitEnum $key, string $prefix = '') Removes an attribute and
1919
* returns a new instance.
2020
* @method static set(mixed[] &$attributes, string|UnitEnum $key, mixed $value, string $prefix = '') Sets a single
21-
* attribute amd returns a new instance.
21+
* attribute and returns a new instance.
2222
* {@see \UIAwesome\Html\Mixin\HasAttributes} for managing the underlying attributes array.
2323
*
2424
* @link https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes

src/Global/HasData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @method static remove(mixed[] &$attributes, string|UnitEnum $key, string $prefix = '') Removes an attribute and
1919
* returns a new instance.
2020
* @method static set(mixed[] &$attributes, string|UnitEnum $key, mixed $value, string $prefix = '') Sets a single
21-
* attribute amd returns a new instance.
21+
* attribute and returns a new instance.
2222
* {@see \UIAwesome\Html\Mixin\HasAttributes} for managing the underlying attributes array.
2323
*
2424
* @link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/data-*

src/Global/HasEvents.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @method static remove(mixed[] &$attributes, string|UnitEnum $key, string $prefix = '') Removes an attribute and
1919
* returns a new instance.
2020
* @method static set(mixed[] &$attributes, string|UnitEnum $key, mixed $value, string $prefix = '') Sets a single
21-
* attribute amd returns a new instance.
21+
* attribute and returns a new instance.
2222
* {@see \UIAwesome\Html\Mixin\HasAttributes} for managing the underlying attributes array.
2323
*
2424
* @link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#event_handler_attributes

0 commit comments

Comments
 (0)