diff --git a/samples/XCT.Sample/ViewModels/Views/ViewsGalleryViewModel.cs b/samples/XCT.Sample/ViewModels/Views/ViewsGalleryViewModel.cs index 1a5548652..a469bdc9f 100644 --- a/samples/XCT.Sample/ViewModels/Views/ViewsGalleryViewModel.cs +++ b/samples/XCT.Sample/ViewModels/Views/ViewsGalleryViewModel.cs @@ -12,7 +12,7 @@ protected override IEnumerable CreateItems() => new[] "The AvatarView represents a user's name by using the initials and a generated background color"), new SectionModel(typeof(BadgeViewPage), "BadgeView", - "View used to used to notify users notifications, or status of something"), + "View used to notify users notifications, or status of something"), new SectionModel(typeof(CameraViewPage), "CameraView", "The CameraView allows you to show a live preview from the camera. You can take pictures, record videos and much more!"), @@ -51,4 +51,4 @@ protected override IEnumerable CreateItems() => new[] "The UniformGrid is just like the Grid, with all rows and columns will have the same size.") }; } -} \ No newline at end of file +}