Skip to content

Commit eb5382d

Browse files
authored
Fix: plugins execution order documentation fix (#2295)
* Fix: plugins execution order documentation fix * .
1 parent 12a2b57 commit eb5382d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/src/pages/docs/plugins/lifecycle.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const myPlugin = {
2424
```
2525

2626
<Callout>
27-
All plugin lifecycle methods are executed in LIFO order (Last-in, First-out) to make timing more
27+
All plugin lifecycle methods are executed in FIFO order (First-in, First-out) to make timing more
2828
consistent.
2929
</Callout>
3030

website/src/pages/v4/plugins/lifecycle.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const myPlugin = {
2424
```
2525

2626
<Callout>
27-
All plugin lifecycle methods are executed in LIFO order (Last-in, First-out) to make timing more
27+
All plugin lifecycle methods are executed in FIFO order (First-in, First-out) to make timing more
2828
consistent.
2929
</Callout>
3030

0 commit comments

Comments
 (0)