Skip to content

Commit 1ef26e8

Browse files
committed
Fix(typo): typescirpt -> typescript
Closes #358
1 parent ee1e086 commit 1ef26e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/public/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7-
<meta name="description" content="Full-stack boilerplate that using express with webpack, react and typescirpt!">
7+
<meta name="description" content="Full-stack boilerplate that using express with webpack, react and typescript!">
88
<meta name="theme-color" content="#2196f3">
99
<title><%= htmlWebpackPlugin.options.title %></title>
1010
<meta name="apple-mobile-web-app-title" content="Boilerplate">

frontend/public/manifest.webmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"orientation": "portrait",
77
"background_color": "#2196f3",
88
"theme_color": "#2196f3",
9-
"description": "Full-stack boilerplate that using express with webpack, react and typescirpt!",
9+
"description": "Full-stack boilerplate that using express with webpack, react and typescript!",
1010
"icons": [
1111
{
1212
"src": "android-chrome-192x192.png",

0 commit comments

Comments
 (0)