typo on AvailableLanguages

This commit is contained in:
Russ Treadwell 2020-01-21 14:29:54 -05:00
parent 4e98ae5027
commit 773605c841
No known key found for this signature in database
GPG Key ID: 7A373FB1F4118C62

View File

@ -87,7 +87,7 @@ internal static void InstallEvents()
/// <summary>
/// Gets a list of the languages the current app supports.
/// </summary>
public static string[] AvailablLanguages => Internal.GetAvailableGameLanguages().Split( new[] { ',' }, StringSplitOptions.RemoveEmptyEntries );
public static string[] AvailableLanguages => Internal.GetAvailableGameLanguages().Split( new[] { ',' }, StringSplitOptions.RemoveEmptyEntries );
/// <summary>
/// Checks if the active user is subscribed to a specified AppId.