Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
momintlh committed Feb 23, 2024
1 parent 380e870 commit 07e7a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Plugins/PlayroomPlugin.jslib
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ mergeInto(LibraryManager.library, {
}

Playroom.startMatchmaking().then(() => {
console.log(`Player have joined a public room`);
console.log(`Player has joined a public room`);
}).catch(error => {
console.error(
`JS: Error starting match making ${error}`)
Expand Down

0 comments on commit 07e7a95

Please sign in to comment.