diff --git a/site/docs/05-entity-component-system/05.3-systems.mdx b/site/docs/05-entity-component-system/05.3-systems.mdx index 71770ae1e..c57bb1b96 100644 --- a/site/docs/05-entity-component-system/05.3-systems.mdx +++ b/site/docs/05-entity-component-system/05.3-systems.mdx @@ -48,7 +48,7 @@ Systems execute in this order * Run setup code for the update 4. every frame `update(delta: number)` * Update all your entities here -5. every frame `preupdate(scene: Scene, elapsedMs: number)` +5. every frame `postupdate(scene: Scene, elapsedMs: number)` * Run cleanup code for the update ## Built in Systems