docs: fix typo (#4431)

Operations is lowercase, without this fix the example doesn't work as a Copy/Paste
This commit is contained in:
Chris Ormerod
2018-04-13 09:53:10 +10:00
committed by kyle
parent dc7d7054bf
commit 2bf2167a18

View File

@@ -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>