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/tutorials/building_2d_games/19_user_interface/index.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
@@ -184,7 +184,7 @@ To Add the Gum NuGet package in Visual Studio 2022:
184
184
2. Choose *Manage Nuget Packages...* from the context menu.
185
185
3. In the NuGet Package Manager window, select the *Browse* tab if it is not already selected.
186
186
4. In the search box, enter "Gum.MonoGame".
187
-
5.Choose the "Gum.MonoGame" package from the search results.
187
+
5.Select the "Gum.MonoGame" package from the search results.
188
188
6. On the left, ensure that the latest version is chosen from the drop down menu ("2024.1.25.1" as of the writing of this tutorial) and click the *Install* button.
0 commit comments