Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit a0819f8

Browse files
committed
fix: typo (close: #1)
1 parent fba2935 commit a0819f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function getRedirectHtml({ /* url, */redirectUrl, countdown, routerBase = '/' }
9191
${countdown > 0
9292
? `
9393
<p align="center" style="font-size: 30px;">
94-
Redrect after <b><span id="countdown">${countdown}</span></b>s
94+
Redirect after <b><span id="countdown">${countdown}</span></b>s
9595
</p>
9696
<p align="center">
9797
<small>Powered by <a target="_blank" href="https://github.com/vuepressjs/vuepress-plugin-html-redirect">vuepress-plugin-redirect</a></small>

0 commit comments

Comments
 (0)