소스 검색

fix(docs): correct plugin api typo (#4138)

bubble
Can Taşdemir 6 년 전
committed by kyle
부모
커밋
c28213d457
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      docs/customization/plugin-api.md

+ 2
- 2
docs/customization/plugin-api.md 파일 보기

@@ -334,7 +334,7 @@ const MyWrapComponentPlugin = function(system) {
if(props.number > 10) {
return <div>
<h3>Warning! Big number ahead.</h3>
<OriginalComponent {...props} />
<Original {...props} />
</div>
} else {
return <Original {...props} />
@@ -353,7 +353,7 @@ const MyWrapComponentPlugin = function(system) {
if(props.number > 10) {
return <div>
<h3>Warning! Big number ahead.</h3>
<OriginalComponent {...props} />
<Original {...props} />
</div>
} else {
return <Original {...props} />


불러오는 중...
취소
저장