Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit ff51367

Browse files
committed
chore(lerna): publishing package
1 parent 541eac1 commit ff51367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/kiwi-ui/src/Box/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const system = compose(
6363

6464
/**
6565
* The Box component is the base reusable component which is the building block for all other Kiwi UI components.
66-
* It by default renders the `<div/>` element.
66+
* It by default renders the `<div/>` HTMLElement.
6767
*/
6868
const Box = styled('div', {
6969
...baseProps

0 commit comments

Comments
 (0)