Skip to content

Fix typo in play-mode-dedicated-server.md #1223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion mppm/dedicated-server/play-mode-dedicated-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ The [Dedicated Server package](https://docs.unity3d.com/Packages/com.unity.dedic

|**Page** |**Description**|
|-|-|
|[Debug Multiplayer Play Mode](debug-mppm.md)| Learn how to use Unity Test Framework to test a project that with Multiplayer Play Mode. |
|[Debug Multiplayer Play Mode](debug-mppm.md)| Learn how to use Unity Test Framework to test a project with Multiplayer Play Mode. |
3 changes: 1 addition & 2 deletions mppm/player-tags/player-tags-create.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
id: player-tags-create
title: Create a Player Tag
title: Create a Player Tags
description: Use these steps to create Player Tags to configure the player actions in Multiplayer Play Mode.
---


To create a **Player Tag**, perform the following actions:

1. To open the Multiplayer Play mode window, navigate to **Window** > **Multiplayer Play Mode**.
Expand Down