You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/dev-docs/typescript.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ To experience TypeScript-based autocomplete while developing Strapi applications
60
60
```
61
61
62
62
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.
64
64
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.
0 commit comments