We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5378de0 commit b0eeaf8Copy full SHA for b0eeaf8
src/lib/kernel/buildHref.ts
@@ -11,7 +11,7 @@ import { mergeQueryParams } from "./preserveQuery.js";
11
* ### When to Use
12
*
13
* This is a helper function that came to be when the redirection feature was added to the library. The specific use
14
- * case is cross-routing-universe redirections, where the "source" universe's path is not changed by normal redireciton
+ * case is cross-routing-universe redirections, where the "source" universe's path is not changed by normal redirection
15
* because "normal" **cross-universe redirections** don't alter other universes' paths.
16
17
* This function, in conjunction with the `calculateHref` function, allows relatively easy construction of the desired
0 commit comments