From c21e949722a63b91018dbffda4d135806552d88c Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Thu, 26 Dec 2024 16:38:45 +0000 Subject: [PATCH] Fix typo --- src/game/routing.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}.