Skip to content

Commit 1bafd8d

Browse files
authored
fix: fixed typo
1 parent 4145268 commit 1bafd8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/PlayroomKit/PlayroomKit.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,14 +349,14 @@ public void ClearTurns(Action callback = null)
349349
#endregion
350350

351351
#region Discord Helpers
352-
public static bool IsDicordContext()
352+
public static bool IsDiscordContext()
353353
{
354354
return Application.absoluteURL.Contains("discord");
355355
}
356356

357357
private static bool ValidateDiscord(string warningMessage)
358358
{
359-
if (!IsDicordContext())
359+
if (!IsDiscordContext())
360360
{
361361
UnityEngine.Debug.LogWarning($"[PlayroomDiscord] {warningMessage}");
362362
return false;

0 commit comments

Comments
 (0)