Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/features/new-project/CreatingStatusView.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ export class CreatingStatusView extends Component {
message="Create App Sccuess!"
description={
<div>
<p>Congratulations! You app has been created successfully. Next:</p>
<p>Congratulations! Your app has been created successfully. Next:</p>
<ol>
<li>Open project by click open button below.</li>
<li>Go to termianl to install dependencies using Yarn or Npm.</li>
<li>Run 'start' script in Scripts tab to start the development server.</li>
<li>Open project by clicking open button below.</li>
<li>Go to terminal to install dependencies using Yarn or Npm.</li>
<li>Run 'start' script in the Scripts tab to start the development server.</li>
</ol>
<p>Enjoy!</p>
</div>
Expand Down