Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Fix spelling error
Browse files Browse the repository at this point in the history
Change "avaialble" to "available"
  • Loading branch information
chad-ramos authored Aug 27, 2018
1 parent ac1f15e commit 024f381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/MediaSample/MediaSample/MediaPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public MediaPage()

if (!CrossMedia.Current.IsCameraAvailable || !CrossMedia.Current.IsTakePhotoSupported)
{
DisplayAlert("No Camera", ":( No camera avaialble.", "OK");
DisplayAlert("No Camera", ":( No camera available.", "OK");
return;
}

Expand Down

0 comments on commit 024f381

Please sign in to comment.