You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/getting_started/content_pipeline/content_builder_project.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ To add the class library using the `MonoGame Content Builder` project template i
80
80
81
81
### [dotnet CLI](#tab/dotnetcli)
82
82
83
-
To Create a ontent Builder project using the `MonoGame Content Builder` project template with the dotnet CLI, perform the following:
83
+
To create a Content Builder project using the `MonoGame Content Builder` project template with the dotnet CLI, perform the following:
84
84
85
85
1. Open a new Command Prompt or Terminal window in the same folder as your Game solution file. (or in an empty folder if it is separate from your Game)
86
86
2. Enter the command `dotnet new mgcb -o MyContentBuilder` to create the project, placing it in a folder next to your game project.
0 commit comments