diff --git a/src/guide/composition-api-lifecycle-hooks.md b/src/guide/composition-api-lifecycle-hooks.md index b7b9d225a6..7d14a918d9 100644 --- a/src/guide/composition-api-lifecycle-hooks.md +++ b/src/guide/composition-api-lifecycle-hooks.md @@ -8,7 +8,7 @@ You can access a component's lifecycle hook by prefixing the lifecycle hook with The following table contains how the lifecycle hooks are invoked inside of [setup()](composition-api-setup.html): -| Options API | Hook inside inside `setup` | +| Options API | Hook inside `setup` | | ----------------- | -------------------------- | | `beforeCreate` | Not needed\* | | `created` | Not needed\* |