diff --git a/src/game/routing.ts b/src/game/routing.ts index 693c1d6..0d27c8b 100644 --- a/src/game/routing.ts +++ b/src/game/routing.ts @@ -28,7 +28,7 @@ export function registerQueryParam( ): void; /** * Register a ref to have its value set based on a query param - * @param key The query param to regster + * @param key The query param to register * @param ref The ref to set the value of * @param newSavesOnly If set to true, only overwrite values on the /new path * @see {@link numberHandler}.