소스 검색

Fix markdown syntax in events.md

Guy Carmeli 6 년 전
부모
커밋
7fca939187
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4
    4
      docs/docs/events.md

+ 4
- 4
docs/docs/events.md 파일 보기

@@ -30,8 +30,8 @@ Navigation.events().registerComponentDidAppearListener((componentId, componentNa
30 30
 ```
31 31
 |       Parameter         | Description |
32 32
 |:--------------------:|:-----|
33
-**componentId**| Id of the appearing component|
34
-**componentName**|Registered name used when registering the component with `Navigation.registerComponent()`|
33
+|**componentId**| Id of the appearing component|
34
+|**componentName**|Registered name used when registering the component with `Navigation.registerComponent()`|
35 35
 
36 36
 ## componentDidDisappear
37 37
 Called each time this component disappears from screen (detached from the view heirarchy)
@@ -53,8 +53,8 @@ Navigation.events().registerComponentDidDisappearListener((componentId, componen
53 53
 ```
54 54
 |       Parameter         | Description |
55 55
 |:--------------------:|:-----|
56
-**componentId**| Id of the disappearing component|
57
-**componentName**|Registered name used when registering the component with `Navigation.registerComponent()`|
56
+|**componentId**| Id of the disappearing component|
57
+|**componentName**|Registered name used when registering the component with `Navigation.registerComponent()`|
58 58
 
59 59
 ## registerCommandListener
60 60
 The `commandListener` is called whenever a *Navigation command* (i.e push, pop, showModal etc) is invoked.