We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96e411 commit e8d07f9Copy full SHA for e8d07f9
src/elements/Placeholder/Placeholder.js
@@ -15,7 +15,7 @@ import PlaceholderLine from './PlaceholderLine'
15
import PlaceholderParagraph from './PlaceholderParagraph'
16
17
/**
18
- * A placeholder is used to reserve splace for content that soon will appear in a layout.
+ * A placeholder is used to reserve space for content that soon will appear in a layout.
19
*/
20
function Placeholder(props) {
21
const { children, className, content, fluid, inverted } = props
0 commit comments