Przeglądaj źródła

Remove backticks from third party support doc

Guy Carmeli 6 lat temu
rodzic
commit
bd4f70434b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      docs/docs/third-party.md

+ 1
- 1
docs/docs/third-party.md Wyświetl plik

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