Skip to content

Commit 68e1bd9

Browse files
authored
Merge pull request #621 from n-stha/patch-1
Fix a typo in create-a-project.mdx
2 parents f7caee9 + 0801be1 commit 68e1bd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/get-started/test-drive/create-a-project.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The template will create a new solution and two new projects. `GetStartedApp` is
7878
<img className="center" src={vscode1} />
7979
* After selecting the command, you'll need to choose the project template. Choose **Avalonia MVVM app**.
8080
<img className="center" src={vscode2} />
81-
* Name the project G`etStartedApp`, and press enter.
81+
* Name the project `GetStartedApp`, and press enter.
8282
<img className="center" src={vscode3} />
8383
* You'll need to provide a path for where the project should be created. Do this, and then press **Create project**
8484
<img className="center" src={vscode4} />
@@ -139,4 +139,4 @@ You should now be running your first Avalonia application!
139139
light: useBaseUrl('/img/get-started/test-drive/main-window-app-running-light.png'),
140140
dark: useBaseUrl('/img/get-started/test-drive/main-window-app-running-dark.png'),
141141
}}
142-
/>
142+
/>

0 commit comments

Comments
 (0)