docs: fix typo (#4431)
Operations is lowercase, without this fix the example doesn't work as a Copy/Paste
This commit is contained in:
@@ -18,7 +18,7 @@ class OperationsLayout extends React.Component {
|
|||||||
getComponent
|
getComponent
|
||||||
} = this.props
|
} = this.props
|
||||||
|
|
||||||
const Operations = getComponent("Operations", true)
|
const Operations = getComponent("operations", true)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user