Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lxhyl committed Aug 12, 2023
1 parent 4d2a8ae commit a924071
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion template-alpine-js/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Alpine + JS + Vite App - Options</title>
<title>Chrome Extension + Alpine + JS + Vite App - Options</title>
<link rel="stylesheet" href="/common.css" />
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion template-alpine-js/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Alpine + JS + Vite App - Popup</title>
<title>Chrome Extension + Alpine + JS + Vite App - Popup</title>
<link rel="stylesheet" href="/common.css" />
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion template-alpine-ts/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Alpine + TS + Vite App - Options</title>
<title>Chrome Extension + Alpine + TS + Vite App - Options</title>
<link rel="stylesheet" href="/common.css" />
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion template-alpine-ts/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Alpine + TS + Vite App - Popup</title>
<title>Chrome Extension + Alpine + TS + Vite App - Popup</title>
<link rel="stylesheet" href="/common.css" />
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion template-inferno-js/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Inferno + JS + Vite App - Options</title>
<title>Chrome Extension + Inferno + JS + Vite App - Options</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion template-inferno-js/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icon/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Inferno + JS + Vite App - Popup</title>
<title>Chrome Extension + Inferno + JS + Vite App - Popup</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion template-inferno-ts/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Inferno + TS + Vite App - Options</title>
<title>Chrome Extension + Inferno + TS + Vite App - Options</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion template-inferno-ts/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icon/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Inferno + TS + Vite App - Popup</title>
<title>Chrome Extension + Inferno + TS + Vite App - Popup</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion template-lit-js/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Lit + JS + Vite App - Options</title>
<title>Chrome Extension + Lit + JS + Vite App - Options</title>
<link rel="stylesheet" href="./src/index.css" />
<script type="module" src="./src/options/index.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion template-lit-js/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Lit + JS + Vite App - Popup</title>
<title>Chrome Extension + Lit + JS + Vite App - Popup</title>
<link rel="stylesheet" href="./src/index.css" />
<script type="module" src="/src/popup/index.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion template-lit-ts/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Lit + TS + Vite App - Options</title>
<title>Chrome Extension + Lit + TS + Vite App - Options</title>
<link rel="stylesheet" href="./src/index.css" />
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion template-lit-ts/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Lit + TS + Vite App - Popup</title>
<title>Chrome Extension + Lit + TS + Vite App - Popup</title>
<link rel="stylesheet" href="./src/index.css" />
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion template-preact-js/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Preact + JS + Vite App - Options</title>
<title>Chrome Extension + Preact + JS + Vite App - Options</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion template-preact-js/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icon/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Preact + JS + Vite App - Popup</title>
<title>Chrome Extension + Preact + JS + Vite App - Popup</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion template-preact-ts/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Preact + TS + Vite App - Options</title>
<title>Chrome Extension + Preact + TS + Vite App - Options</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion template-preact-ts/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icon/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Preact + TS + Vite App - Popup</title>
<title>Chrome Extension + Preact + TS + Vite App - Popup</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion template-react-js/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + React + JS + Vite App - Options</title>
<title>Chrome Extension + React + JS + Vite App - Options</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion template-react-js/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icon/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + React + JS + Vite App - Popup</title>
<title>Chrome Extension + React + JS + Vite App - Popup</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion template-react-ts/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + React + TS + Vite App - Options</title>
<title>Chrome Extension + React + TS + Vite App - Options</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion template-react-ts/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icon/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + React + TS + Vite App - Popup</title>
<title>Chrome Extension + React + TS + Vite App - Popup</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion template-stencil-js/src/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Stencil + JS + Vite App - Options</title>
<title>Chrome Extension + Stencil + JS + Vite App - Options</title>

<script type="module" src="/build/app.esm.js"></script>
<script nomodule src="/build/app.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion template-stencil-js/src/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icon/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Popup + JS + Vite App - Popup</title>
<title>Chrome Extension + Popup + JS + Vite App - Popup</title>

<script type="module" src="/build/app.esm.js"></script>
<script nomodule src="/build/app.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion template-stencil-ts/src/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Stencil + TS + Vite App - Options</title>
<title>Chrome Extension + Stencil + TS + Vite App - Options</title>

<script type="module" src="/build/app.esm.js"></script>
<script nomodule src="/build/app.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion template-stencil-ts/src/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icon/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Popup + TS + Vite App - Popup</title>
<title>Chrome Extension + Popup + TS + Vite App - Popup</title>

<script type="module" src="/build/app.esm.js"></script>
<script nomodule src="/build/app.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion template-svelte-js/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Svelte + JS + Vite App - Options</title>
<title>Chrome Extension + Svelte + JS + Vite App - Options</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion template-svelte-js/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icon/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Svelte + JS + Vite App - Popup</title>
<title>Chrome Extension + Svelte + JS + Vite App - Popup</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion template-svelte-ts/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Svelte + TS + Vite App - Options</title>
<title>Chrome Extension + Svelte + TS + Vite App - Options</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion template-svelte-ts/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icon/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Svelte + TS + Vite App - Popup</title>
<title>Chrome Extension + Svelte + TS + Vite App - Popup</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion template-vanilla-js/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Vanilla + JS + Vite App - Options</title>
<title>Chrome Extension + Vanilla + JS + Vite App - Options</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion template-vanilla-js/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icon/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Vanilla + JS + Vite App - Popup</title>
<title>Chrome Extension + Vanilla + JS + Vite App - Popup</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion template-vanilla-ts/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Vanilla + TS + Vite App - Options</title>
<title>Chrome Extension + Vanilla + TS + Vite App - Options</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion template-vanilla-ts/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icon/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Vanilla + TS + Vite App - Popup</title>
<title>Chrome Extension + Vanilla + TS + Vite App - Popup</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion template-vue-js/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Vue + JS + Vite App - Options</title>
<title>Chrome Extension + Vue + JS + Vite App - Options</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion template-vue-js/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icon/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Vue + JS + Vite App - Popup</title>
<title>Chrome Extension + Vue + JS + Vite App - Popup</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion template-vue-ts/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Vue + TS + Vite App - Options</title>
<title>Chrome Extension + Vue + TS + Vite App - Options</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion template-vue-ts/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/icon/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extensioin + Vue + TS + Vite App - Popup</title>
<title>Chrome Extension + Vue + TS + Vite App - Popup</title>
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit a924071

Please sign in to comment.