Skip to content

Commit 1273ac4

Browse files
Fixes "Hook inside setup" grammar (#503)
1 parent b3a53a2 commit 1273ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/composition-api-lifecycle-hooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can access a component's lifecycle hook by prefixing the lifecycle hook with
88

99
The following table contains how the lifecycle hooks are invoked inside of [setup()](composition-api-setup.html):
1010

11-
| Options API | Hook inside inside `setup` |
11+
| Options API | Hook inside `setup` |
1212
| ----------------- | -------------------------- |
1313
| `beforeCreate` | Not needed\* |
1414
| `created` | Not needed\* |

0 commit comments

Comments
 (0)