Skip to content

Commit e8d07f9

Browse files
authored
docs(Placeholder): fix description of the component (#4040)
Fixed typo - space instead of splace
1 parent b96e411 commit e8d07f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elements/Placeholder/Placeholder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import PlaceholderLine from './PlaceholderLine'
1515
import PlaceholderParagraph from './PlaceholderParagraph'
1616

1717
/**
18-
* A placeholder is used to reserve splace for content that soon will appear in a layout.
18+
* A placeholder is used to reserve space for content that soon will appear in a layout.
1919
*/
2020
function Placeholder(props) {
2121
const { children, className, content, fluid, inverted } = props

0 commit comments

Comments
 (0)