summaryrefslogtreecommitdiff
path: root/packages/astro/src/runtime/server/transition.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro/src/runtime/server/transition.ts')
-rw-r--r--packages/astro/src/runtime/server/transition.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/runtime/server/transition.ts b/packages/astro/src/runtime/server/transition.ts
index 6514c1e91..26c5915c1 100644
--- a/packages/astro/src/runtime/server/transition.ts
+++ b/packages/astro/src/runtime/server/transition.ts
@@ -71,7 +71,7 @@ function reEncode(s: string) {
// we replace it with its hex value escaped by an underscore for decodability (and better readability,
// because most of them are punctuations like ,'"":;_..., and '_' might be a better choice than '-')
// The underscore itself (code 95) is also escaped and encoded as two underscores to avoid
- // collitions between original and encoded strings.
+ // collisions between original and encoded strings.
// All other values are just copied over
result +=
codepoint < 0x80