Fix typo
All checks were successful
Run Tests / test (pull_request) Successful in 2m25s

This commit is contained in:
thepaperpilot 2024-12-26 16:38:45 +00:00
parent 0cdc33d0be
commit c21e949722

View file

@ -28,7 +28,7 @@ export function registerQueryParam(
): void; ): void;
/** /**
* Register a ref to have its value set based on a query param * 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 ref The ref to set the value of
* @param newSavesOnly If set to true, only overwrite values on the /new path * @param newSavesOnly If set to true, only overwrite values on the /new path
* @see {@link numberHandler}. * @see {@link numberHandler}.