Преглед на файлове

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