Skip to content

Commit

Permalink
docs: Fix typo in system docs (#3028)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhajirdev authored Apr 25, 2024
1 parent 43af8cb commit 09da8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/05-entity-component-system/05.3-systems.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class SearchSystem extends ex.System {
}

const scene = new ex.Scene();
scene.world.add(new SearchSystem());
scene.world.add(SearchSystem);

// Actors come with batteries included built in features
const actor = new ex.Actor({
Expand Down

0 comments on commit 09da8e0

Please sign in to comment.