Skip to content

Commit 2cc5b6a

Browse files
committed
fix: spelling and bump version
1 parent 23689aa commit 2cc5b6a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

frameworks/react-cra/add-ons/ai/assets/src/routes/demo/ai-chat.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import GuitarRecommendation from '@/components/demo-GuitarRecommendation'
2020

2121
import './ai-chat.css'
2222

23-
function InitalLayout({ children }: { children: React.ReactNode }) {
23+
function InitialLayout({ children }: { children: React.ReactNode }) {
2424
return (
2525
<div className="flex-1 flex items-center justify-center px-4">
2626
<div className="text-center max-w-3xl mx-auto w-full">
@@ -187,7 +187,7 @@ function ChatPage() {
187187
}
188188
}
189189

190-
const Layout = messages.length ? ChattingLayout : InitalLayout
190+
const Layout = messages.length ? ChattingLayout : InitialLayout
191191

192192
return (
193193
<div className="relative flex h-[calc(100vh-80px)] bg-gray-900">

packages/cta-engine/src/create-app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ ${cdInstruction}% ${formatCommand(
261261
getPackageManagerScriptCommand(options.packageManager, ['dev']),
262262
)}
263263
264-
Please read the README.md file for information on testing, styling, adding routes, etc.${errorStatement}`,
264+
Please check the README.md file for information on testing, styling, adding routes, etc.${errorStatement}`,
265265
)
266266
}
267267

0 commit comments

Comments
 (0)