Skip to content

Commit 67490b1

Browse files
authored
Pluralized 'runLifecyclesFunction' (#1634)
Pluralized 'runLifecyclesFunction' by adding "s" at the end, making it "runLifecyclesFunctions"
1 parent 9a22305 commit 67490b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/dev-docs/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To experience TypeScript-based autocomplete while developing Strapi applications
6060
```
6161

6262
2. Within the body of the `register` method, start typing `strapi.` and use keyboard arrows to browse the available properties.
63-
3. Choose `runLifecyclesfunction` from the list.
63+
3. Choose `runLifecyclesfunctions` from the list.
6464
4. When the `strapi.runLifecyclesFunctions` method is added, a list of available lifecycle types (i.e. `register`, `bootstrap` and `destroy`) are returned by the code editor. Use keyboard arrows to choose one of the lifecycles and the code will autocomplete.
6565

6666
## Generate typings for project schemas

0 commit comments

Comments
 (0)