From 3d98de5577f0fa9a5db5cad0dca96a1f859ff809 Mon Sep 17 00:00:00 2001 From: Erik Onarheim Date: Tue, 16 Jan 2024 10:06:26 -0600 Subject: [PATCH] docs: fix scene typo --- site/docs/02-fundamentals/06-loaders.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/02-fundamentals/06-loaders.mdx b/site/docs/02-fundamentals/06-loaders.mdx index e47ec0a9e..aa995f781 100644 --- a/site/docs/02-fundamentals/06-loaders.mdx +++ b/site/docs/02-fundamentals/06-loaders.mdx @@ -111,7 +111,7 @@ class LevelOne extends ex.Scene { ``` -To customize the loader you are passed during [[Scence.onPreLoad]] update you scene config like so +To customize the loader you are passed during [[Scene.onPreLoad]] update you scene config like so ```typescript import * as ex from 'excalibur';