소스 검색

Remove backticks from third party support doc

Guy Carmeli 6 년 전
부모
커밋
bd4f70434b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      docs/docs/third-party.md

+ 1
- 1
docs/docs/third-party.md 파일 보기

@@ -7,5 +7,5 @@ Utility helper function like registerComponent,
7 7
 wraps the provided component with a react-redux Provider with the passed redux store
8 8
 
9 9
 ```js
10
-Navigation.registerComponentWithRedux(`navigation.playground.WelcomeScreen`, () => WelcomeScreen, store, provider);
10
+Navigation.registerComponentWithRedux('navigation.playground.WelcomeScreen', () => WelcomeScreen, store, provider);
11 11
 ```