Skip to content

Commit 19b1012

Browse files
authored
removed accidental backtick in CLI command (#150)
1 parent 4149552 commit 19b1012

File tree

1 file changed

+1
-1
lines changed
  • articles/tutorials/building_2d_games/05_content_pipeline

1 file changed

+1
-1
lines changed

articles/tutorials/building_2d_games/05_content_pipeline/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To open the *Content.mgcb* content project file in the MGCB Editor using the dot
5959
2. Enter the following dotnet CLI command
6060

6161
```sh
62-
dotnet mgcb-editor ./Content/Content.mgcb`
62+
dotnet mgcb-editor ./Content/Content.mgcb
6363
```
6464

6565
---

0 commit comments

Comments
 (0)