Skip to content

Commit 597ce08

Browse files
committed
fix: typos in syntax
1 parent a7c5abb commit 597ce08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/cli/templates/frontend/astro/src/layouts/Layout.astro.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const { title, description = "Built with Better-T-Stack"} = Astro.props;
1515
<html lang="en">
1616
<head>
1717
<meta charset="UTF-8" />
18-
<meta name="description" content="{{projectName}} - {{description}}" />
18+
<meta name="description" content=`{{projectName}} - ${description}` />
1919
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2020
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
2121
<title>{title}</title>

apps/cli/templates/frontend/astro/tsconfig.json.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"references": [
77
{ "path": "../server" }
88
],{{/if}}
9-
"comilerOptions":{
9+
"compilerOptions":{
1010
{{#if (eq api "orpc")}}
1111
"jsx": "react-jsx",
1212
"jsxImportSource": "react",

0 commit comments

Comments
 (0)