We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a2b57 commit eb5382dCopy full SHA for eb5382d
website/src/pages/docs/plugins/lifecycle.mdx
@@ -24,7 +24,7 @@ const myPlugin = {
24
```
25
26
<Callout>
27
- All plugin lifecycle methods are executed in LIFO order (Last-in, First-out) to make timing more
+ All plugin lifecycle methods are executed in FIFO order (First-in, First-out) to make timing more
28
consistent.
29
</Callout>
30
website/src/pages/v4/plugins/lifecycle.mdx
0 commit comments