diff --git a/docs/guides/ComponentLifecycle.md b/docs/guides/ComponentLifecycle.md index 636cf3e0ef..e5aa01dba6 100644 --- a/docs/guides/ComponentLifecycle.md +++ b/docs/guides/ComponentLifecycle.md @@ -24,8 +24,8 @@ Consider this route config: | Component | Lifecycle Hooks called | |-----------|------------------------| - | App | (2) `componentDidMount` | - | Home | (1) `componentDidMount` | + | App | (1) `componentDidMount` | + | Home | (2) `componentDidMount` | | Invoice | N/A | | Account | N/A |