Skip to content

Commit 19ba256

Browse files
committed
Minor documentation typo fix
1 parent 962a34b commit 19ba256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Tag/Tag.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import "./Tag.scss";
1717
* @param variant - Style variant to be applied to rendered component.
1818
* @param label - Label to be attached to the tag.
1919
* @param size - Standard button size options.
20-
* @param iconLeft - Relative path/absolute url to an icon/image or a components-libirary Icon. Renders icon to the left of label.
20+
* @param iconLeft - Relative path/absolute url to an icon/image or a components-library Icon. Renders icon to the left of label.
2121
* @param className - String of custom classes to extend the default styling of the component.
2222
* @param id - HTML element identifier.
2323
*/

0 commit comments

Comments
 (0)